Skip to content

Commit

Permalink
- fixed bug in Object's typemap 'clearInstance' method
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickolay Platonov committed Nov 17, 2010
1 parent 8a05076 commit e75665d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/KiokuJS/TypeMap/Object.js
Expand Up @@ -30,6 +30,7 @@ Class('KiokuJS.TypeMap.Object', {


clearInstance : function (node) {
var instance = node.object

Joose.O.eachOwn(node.object, function (value, name) {
delete instance[ name ]
Expand Down

0 comments on commit e75665d

Please sign in to comment.