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 5a08b77..1b08a5b 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' )