Tweaking sort function.
git-svn-id: svn://10.0.0.236/trunk@133333 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -111,7 +111,7 @@ addThis();
|
||||
|
||||
|
||||
// now do the same thing, with non-default sorting:
|
||||
function g() {return 0;}
|
||||
function g() {return 1;}
|
||||
|
||||
status = inSection('1a');
|
||||
arr = arr1.sort(g);
|
||||
|
||||
Reference in New Issue
Block a user