Browse Source

Cleaned up an unused variable

v3_develop
jos 10 years ago
parent
commit
5460a74eee
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      lib/util.js

+ 0
- 1
lib/util.js View File

@ -1139,7 +1139,6 @@ exports.mergeOptions = function (mergeTarget, options, option) {
*/
exports.binarySearch = function(orderedItems, range, field, field2) {
var array = orderedItems;
var interval = range.end - range.start;
var found = false;
var low = 0;

Loading…
Cancel
Save