aboutsummaryrefslogtreecommitdiff
path: root/js/tools/PanTool.js
diff options
context:
space:
mode:
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 },