diff options
author | Nivesh Rajbhandari | 2012-04-20 12:09:54 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-04-20 12:09:54 -0700 |
commit | c5e66f69b108e359b00c8fd897a4278812484c55 (patch) | |
tree | 93a5b01192f04c5d8788be30003a961ca842a12d /js/controllers | |
parent | 5cca0aa1d99121def2349b881d2cffddd2816ba9 (diff) | |
download | ninja-c5e66f69b108e359b00c8fd897a4278812484c55.tar.gz |
Fixing translate handles to draw without zoom value. Also fixed some typos in zoom code.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/controllers')
-rwxr-xr-x | js/controllers/elements/stage-controller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controllers/elements/stage-controller.js b/js/controllers/elements/stage-controller.js index 3ef7dacc..e9779c81 100755 --- a/js/controllers/elements/stage-controller.js +++ b/js/controllers/elements/stage-controller.js | |||
@@ -182,5 +182,5 @@ exports.StageController = Montage.create(ElementController, { | |||
182 | return dist; | 182 | return dist; |
183 | } | 183 | } |
184 | } | 184 | } |
185 | }, | 185 | } |
186 | }); | 186 | }); |