remove a print statement
This commit is contained in:
parent
b03393bc0c
commit
cd6bca7d6b
1 changed files with 0 additions and 1 deletions
|
@ -474,7 +474,6 @@ Ox.range = function() {
|
||||||
return v[key];
|
return v[key];
|
||||||
}), fn[key]);
|
}), fn[key]);
|
||||||
});
|
});
|
||||||
Ox.print('VALS::::', values)
|
|
||||||
return arr.sort(function(a, b) {
|
return arr.sort(function(a, b) {
|
||||||
var aValue, bValue, index = 0, key, ret = 0;
|
var aValue, bValue, index = 0, key, ret = 0;
|
||||||
while (ret == 0 && index < length) {
|
while (ret == 0 && index < length) {
|
||||||
|
|
Loading…
Reference in a new issue