Added brief comment.

This commit is contained in:
John Resig 2006-03-22 03:36:03 +00:00
parent 8a4a1edf04
commit 70d3099041

View file

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