]> source.dussan.org Git - jquery.git/commitdiff
Added brief comment.
authorJohn Resig <jeresig@gmail.com>
Wed, 22 Mar 2006 03:36:03 +0000 (03:36 +0000)
committerJohn Resig <jeresig@gmail.com>
Wed, 22 Mar 2006 03:36:03 +0000 (03:36 +0000)
sort/sort.js

index 5a08b77b32f637b03b1919507dc479572b61615d..1b08a5bca02b660dc84f0822b8e6107f14226133 100644 (file)
@@ -1,3 +1,5 @@
+// Work in Progress Sort Functions
+
 $.fn.sort = function(f) {
        cur = cur.sort(function(a,b){
                if ( typeof f == 'object' )