Skip to content

Commit

Permalink
fix jshint error
Browse files Browse the repository at this point in the history
  • Loading branch information
bmomberger-bitovi committed May 1, 2017
1 parent 9715a88 commit b2c10a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion can-define.js
Expand Up @@ -107,7 +107,7 @@ module.exports = define = ns.define = function(objPrototype, defines, baseDefine


// Add necessary event methods to this object.
for (var prop in eventsProto) {
for (prop in eventsProto) {
Object.defineProperty(objPrototype, prop, {
enumerable: false,
value: eventsProto[prop],
Expand Down

0 comments on commit b2c10a8

Please sign in to comment.