不要怂,就是干,撸起袖子干!

Commit e54f2429 by Mick Hansen

[merge]

2 parents fdfb9c93 d10e4102
Showing with 1 additions and 2 deletions
...@@ -475,7 +475,7 @@ module.exports = (function() { ...@@ -475,7 +475,7 @@ module.exports = (function() {
} }
topValues = values = {}; topValues = values = {};
$prevKeyPrefix = undefined $prevKeyPrefix = undefined;
for (keyI = 0; keyI < keyLength; keyI++) { for (keyI = 0; keyI < keyLength; keyI++) {
key = keys[keyI]; key = keys[keyI];
...@@ -639,7 +639,6 @@ module.exports = (function() { ...@@ -639,7 +639,6 @@ module.exports = (function() {
} else { } else {
results[rowsI] = topValues; results[rowsI] = topValues;
} }
//break;
} }
return results; return results;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!