Added brief comment.
This commit is contained in:
parent
8a4a1edf04
commit
70d3099041
|
@ -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' )
|
||||||
|
|
Loading…
Reference in a new issue