mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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) {
|
||||
cur = cur.sort(function(a,b){
|
||||
if ( typeof f == 'object' )
|
||||
|
Loading…
Reference in New Issue
Block a user