Skip to content

Commit

Permalink
Merge pull request #382 from interlock/patch-1
Browse files Browse the repository at this point in the history
Typo in property definition
  • Loading branch information
dresende committed Nov 9, 2013
2 parents 39c2d3c + 266e576 commit 8401717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Instance.js
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ function Instance(Model, opts) {
Object.defineProperty(instance, k, {
value : opts.methods[k].bind(instance),
enumerable : false,
writeable : true
writable : true
});
}

Expand Down

0 comments on commit 8401717

Please sign in to comment.