feature : add keyboard shortcuts : Events cleanup

+ Removed unused events
This commit is contained in:
jdescottes
2013-11-17 20:20:27 +01:00
parent eb559eee0c
commit 5d83a39cf0
2 changed files with 0 additions and 21 deletions

View File

@ -43,7 +43,6 @@
this.initMouseBehavior();
$.subscribe(Events.TOOL_SELECTED, $.proxy(function(evt, toolBehavior) {
console.log("Tool selected: ", toolBehavior);
this.currentToolBehavior = toolBehavior;
this.overlayFrame.clear();
}, this));
@ -107,7 +106,6 @@
if(event.button == 2) { // right click
this.isRightClicked = true;
$.publish(Events.CANVAS_RIGHT_CLICKED);
}
var coords = this.getSpriteCoordinates(event);