Skip to content

Commit 5abb0cc

Browse files
committed
Updating docs and readme.
1 parent fa1248b commit 5abb0cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ HTML5 Sortable jQuery Plugin
55

66
Features
77
--------
8-
* Less than 1KB (minified).
8+
* Less than 1KB (minified and gzipped).
99
* Built using native HTML5 drag and drop API.
1010
* Supports both list and grid style layouts.
1111
* Similar API and behaviour to jquery-ui sortable plugin.
12-
* Works in IE 6+, Firefox 3.5+, Chrome 3+, Safari 3+ and, Opera 12+.
12+
* Works in IE 5.5+, Firefox 3.5+, Chrome 3+, Safari 3+ and, Opera 12+.
1313

1414
Usage
1515
-----

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h2>Features</h2>
8080
<li>Built using native HTML5 drag and drop API.</li>
8181
<li>Supports both list and grid style layouts.</li>
8282
<li>Similar API and behaviour to jquery-ui sortable plugin.</li>
83-
<li>Works in IE 6+, Firefox 3.5+, Chrome 3+, Safari 3+ and, Opera 12+.</li>
83+
<li>Works in IE 5.5+, Firefox 3.5+, Chrome 3+, Safari 3+ and, Opera 12+.</li>
8484
</ul>
8585
</section>
8686
<section>

jquery.sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* HTML5 Sortable jQuery Plugin
3-
* http://farhadi.github.com/html5sortable
3+
* http://farhadi.ir/projects/html5sortable
44
*
55
* Copyright 2012, Ali Farhadi
66
* Released under the MIT license.

0 commit comments

Comments
 (0)