From 70d3099041b3de973b4266be0caee72b962556dd Mon Sep 17 00:00:00 2001 From: John Resig Date: Wed, 22 Mar 2006 03:36:03 +0000 Subject: [PATCH] Added brief comment. --- sort/sort.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sort/sort.js b/sort/sort.js index 5a08b77b..1b08a5bc 100644 --- a/sort/sort.js +++ b/sort/sort.js @@ -1,3 +1,5 @@ +// Work in Progress Sort Functions + $.fn.sort = function(f) { cur = cur.sort(function(a,b){ if ( typeof f == 'object' )