Skip to content

Commit

Permalink
style: make jshint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Dec 3, 2013
1 parent 0177603 commit d06b717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var bindAllEvents = function(object, context) {
args.push(context);
object[method].apply(object, args);
});
}
};

for (var method in object) {
if (helper.isFunction(object[method]) && method.substr(0, 2) === 'on') {
Expand Down

0 comments on commit d06b717

Please sign in to comment.