aboutsummaryrefslogtreecommitdiff
path: root/js/panels
diff options
context:
space:
mode:
authorEric Guzman2012-05-22 11:17:11 -0700
committerEric Guzman2012-05-22 11:17:11 -0700
commit5d107812df641e64ef5987b4a746a87ee7239d85 (patch)
tree0de5520d644ad82d36a2f71889a0eb5808c51f0b /js/panels
parentd56af1a4716445db28d343182c8bfaf211eb6ab7 (diff)
downloadninja-5d107812df641e64ef5987b4a746a87ee7239d85.tar.gz
CSS Style - Remove console logs
Diffstat (limited to 'js/panels')
-rw-r--r--js/panels/css-panel/css-style.reel/css-style.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/js/panels/css-panel/css-style.reel/css-style.js b/js/panels/css-panel/css-style.reel/css-style.js
index 331faa2f..327448b0 100644
--- a/js/panels/css-panel/css-style.reel/css-style.js
+++ b/js/panels/css-panel/css-style.reel/css-style.js
@@ -172,13 +172,6 @@ exports.CssStyle = Montage.create(Component, {
172 } 172 }
173 }, 173 },
174 174
175
176 handleEvent : {
177 value: function(e) {
178 console.log(e);
179 }
180 },
181
182 handleDragstart : { 175 handleDragstart : {
183 value: function(e) { 176 value: function(e) {
184 e.dataTransfer.effectAllowed = 'move'; 177 e.dataTransfer.effectAllowed = 'move';
@@ -204,11 +197,6 @@ exports.CssStyle = Montage.create(Component, {
204 } 197 }
205 }, 198 },
206 199
207 handleWebkitTransitionEnd : {
208 value: function(e) {
209 console.log("trans end");
210 }
211 },
212 handleClick : { 200 handleClick : {
213 value: function(e) { 201 value: function(e) {
214 this.buttonClicked = true; 202 this.buttonClicked = true;