remove debug

This commit is contained in:
lavrton
2015-02-08 09:53:58 +07:00
parent 0ea9f0e257
commit 9b27ce6593
2 changed files with 0 additions and 2 deletions

View File

@@ -3690,7 +3690,6 @@ var Konva = {};
return this;
},
setName: function(name) {
debugger;
var oldNames = (this.getName() || '').split(/\s/g);
var newNames = (name || '').split(/\s/g);
var subname, i;

View File

@@ -1421,7 +1421,6 @@
return this;
},
setName: function(name) {
debugger;
var oldNames = (this.getName() || '').split(/\s/g);
var newNames = (name || '').split(/\s/g);
var subname, i;