$.getCSS (see bug #11)
[jquery.git] / sort / sort.js
index 5a08b77..05a00d1 100644 (file)
@@ -1,3 +1,6 @@
+// Work in Progress Sort Functions
+//
+
 $.fn.sort = function(f) {
        cur = cur.sort(function(a,b){
                if ( typeof f == 'object' )