aboutsummaryrefslogtreecommitdiff
path: root/js/tools/PanTool.js
diff options
context:
space:
mode:
authorPushkar Joshi2012-02-07 07:21:27 -0800
committerPushkar Joshi2012-02-07 07:21:27 -0800
commit4bbe42e6d01fd0f81d13357a75b40eae9925dda3 (patch)
tree57f49ebfa5d3fcef28753b34015209edda6e620a /js/tools/PanTool.js
parente7aa17a9b472640355e95c54841399f6203050d4 (diff)
parent8950b342d1eda8bfa195372e1c17363a409651cd (diff)
downloadninja-4bbe42e6d01fd0f81d13357a75b40eae9925dda3.tar.gz
Merge branch 'master' into pentool
Diffstat (limited to 'js/tools/PanTool.js')
-rw-r--r--js/tools/PanTool.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/tools/PanTool.js b/js/tools/PanTool.js
index 55a03674..71301d46 100644
--- a/js/tools/PanTool.js
+++ b/js/tools/PanTool.js
@@ -80,7 +80,6 @@ exports.PanTool = Montage.create(toolBase,
80 if(event.altKey) 80 if(event.altKey)
81 { 81 {
82 this._altKeyDown = true; 82 this._altKeyDown = true;
83 //console.log( "altKeyDown" );
84 } 83 }
85 } 84 }
86 }, 85 },
@@ -90,7 +89,6 @@ exports.PanTool = Montage.create(toolBase,
90 if(event.keyCode === Keyboard.ALT) 89 if(event.keyCode === Keyboard.ALT)
91 { 90 {
92 this._altKeyDown = false; 91 this._altKeyDown = false;
93 console.log( "altKeyUp" );
94 } 92 }
95 } 93 }
96 }, 94 },