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/components/layout | |
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/components/layout')
-rwxr-xr-x | js/components/layout/document-bar.reel/document-bar.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/components/layout/document-bar.reel/document-bar.js b/js/components/layout/document-bar.reel/document-bar.js index 4dc39fd6..66a02725 100755 --- a/js/components/layout/document-bar.reel/document-bar.js +++ b/js/components/layout/document-bar.reel/document-bar.js | |||
@@ -57,7 +57,6 @@ exports.DocumentBar = Montage.create(Component, { | |||
57 | this._zoomFactor = value; | 57 | this._zoomFactor = value; |
58 | if (!this._firstDraw) | 58 | if (!this._firstDraw) |
59 | { | 59 | { |
60 | var viewUtils = this.application.ninja.stage.viewUtils; | ||
61 | this.application.ninja.stage.setZoom(value); | 60 | this.application.ninja.stage.setZoom(value); |
62 | } | 61 | } |
63 | } | 62 | } |