From 5a74b74e8ec76d60cadf623cabaa0b667f1c4058 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Wed, 2 May 2012 11:08:59 -0700 Subject: code cleanup Signed-off-by: Valerio Virgillito --- js/ninja.reel/ninja.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'js/ninja.reel/ninja.js') diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index d2d45410..cf7c6cf4 100755 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js @@ -104,8 +104,6 @@ exports.Ninja = Montage.create(Component, { handleResizeEnd: { value: function(e) { -// this.height -= this._resizedHeight; -// this.width -= this._resizedWidth; this.stage.resizeCanvases = true; this._resizedHeight = 0; this._resizedWidth = 0; @@ -187,11 +185,6 @@ exports.Ninja = Montage.create(Component, { } }, - willDraw: { - value: function() { - } - }, - draw: { value: function() { if(this.isResizing) { -- cgit v1.2.3