all kinetic specific listeners now have the kinetic namespace. off no longer removes listeners with a kinetic namespace, unless you force remove it via .kinetic

This commit is contained in:
Eric Rowell
2013-07-24 22:56:21 -07:00
parent 7a1b854a12
commit 57a9313a7b
8 changed files with 88 additions and 39 deletions

View File

@@ -61,7 +61,7 @@
this.className = LABEL;
Kinetic.Group.call(this, config);
this.on('add', function(evt) {
this.on('add.kinetic', function(evt) {
that._addListeners(evt.child);
that._sync();
});