Skip to content

Commit

Permalink
[fix] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fent committed Mar 16, 2012
1 parent 274e4bd commit 7a7e5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eventvat.js
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@
// if count is positive, list will be traversed from 0 to list.length
if (ncount >= 0) {
i = 0;
check = function() { return i < list.lengthl; };
check = function() { return i < list.length; };
incr = function() { i++; };
cancel = function() { i--; };

Expand Down

0 comments on commit 7a7e5ce

Please sign in to comment.