Skip to content

Commit bb51f22

Browse files
Chris Marfiabdukes
authored andcommitted
knockout-sortable.js 0.11.0
(cherry picked from commit 5a4080d)
1 parent 8062b38 commit bb51f22

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed

knockout-sortable_0.11.0/CHANGES.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>See the <a href="https://github.com/rniemeyer/knockout-sortable/releases">knockout-sortable changelog</a></p>

knockout-sortable_0.11.0/LICENSE.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>knockout-sortable is licensed under the <a href="https://github.com/rniemeyer/knockout-sortable/v0.11.0/LICENSE">MIT License</a>.</p>
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="Knockout.Sortable" type="JavaScript_Library" version="0.11.0">
4+
<friendlyName>Knockout Sortable</friendlyName>
5+
<description><![CDATA[
6+
<p><strong>knockout-sortable</strong> is a binding for <a href="http://knockoutjs.com/">Knockout.js</a> designed to connect observableArrays with jQuery UI's sortable functionality. This allows a user to drag and drop items within a list or between lists and have the corresponding observableArrays updated appropriately.</p>
7+
]]></description>
8+
<owner>
9+
<name>Engage Software</name>
10+
<organization>Engage Software</organization>
11+
<url>http://www.engagesoftware.com</url>
12+
<email>support@engagesoftware.com</email>
13+
</owner>
14+
<license src="LICENSE.htm" />
15+
<releaseNotes src="CHANGES.htm" />
16+
<azureCompatible>true</azureCompatible>
17+
<dependencies>
18+
<dependency type="managedPackage" version="3.3.0">Knockout</dependency>
19+
</dependencies>
20+
<components>
21+
<component type="JavaScript_Library">
22+
<javaScriptLibrary>
23+
<libraryName>Knockout.Sortable</libraryName>
24+
<fileName>knockout-sortable.js</fileName>
25+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
26+
<CDNPath>//cdnjs.cloudflare.com/ajax/libs/knockout-sortable/0.11.0/knockout-sortable.min.js</CDNPath>
27+
<objectName>ko.sortable</objectName>
28+
</javaScriptLibrary>
29+
</component>
30+
<component type="JavaScriptFile">
31+
<jsfiles>
32+
<libraryFolderName>Knockout.Sortable</libraryFolderName>
33+
<jsfile>
34+
<name>knockout-sortable.js</name>
35+
</jsfile>
36+
</jsfiles>
37+
</component>
38+
</components>
39+
</package>
40+
</packages>
41+
</dotnetnuke>

knockout-sortable_0.11.0/knockout-sortable.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)