Fixed: capp_lint errors.

This commit is contained in:
Aparajita Fishman
2013-05-16 15:02:45 -04:00
parent 44a872659a
commit 391ff7279d
10 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ var concat = Array.prototype.concat,
var ranges = indexes._ranges,
count = ranges.length,
result = [],
i = 0;
i = 0;
for (; i < count; i++)
{