Skip to content

Commit

Permalink
refactor: don't initialize counter
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Sep 1, 2017
1 parent 4a42985 commit 5bc255b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/moon.js
Original file line number Diff line number Diff line change
Expand Up @@ -1817,7 +1817,7 @@
var globalHandlers = this.events['*'];

// Counter
var i = 0;
var i;

// Call all handlers for the event name
if(handlers !== undefined) {
Expand Down
Loading

0 comments on commit 5bc255b

Please sign in to comment.