aboutsummaryrefslogtreecommitdiff
path: root/js/stage/stage-view.reel/stage-view.js
diff options
context:
space:
mode:
authorAnanya Sen2012-05-21 16:42:26 -0700
committerAnanya Sen2012-05-21 16:42:26 -0700
commit2cc8e58f6bb9f64a7473e62aecd013fa55167231 (patch)
tree4969012e500a27c72cf59c0a631990c6b9a1c333 /js/stage/stage-view.reel/stage-view.js
parentc3c2ffc8d057660b7c42b45442885cd0d2d598bc (diff)
downloadninja-2cc8e58f6bb9f64a7473e62aecd013fa55167231.tar.gz
- added opening multiple code and design view documents
- switching between multiple code and design view documents - Note: closing of documents, when multiple documents are open, is not yet implemented Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/stage/stage-view.reel/stage-view.js')
-rwxr-xr-xjs/stage/stage-view.reel/stage-view.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/js/stage/stage-view.reel/stage-view.js b/js/stage/stage-view.reel/stage-view.js
index 139fa032..2c129ee2 100755
--- a/js/stage/stage-view.reel/stage-view.js
+++ b/js/stage/stage-view.reel/stage-view.js
@@ -58,19 +58,5 @@ exports.StageView = Montage.create(Component, {
58 58
59 NJevent("switchDocument"); 59 NJevent("switchDocument");
60 } 60 }
61 },
62
63 showRulers:{
64 value:function(){
65 this.application.ninja.rulerTop.style.display = "block";
66 this.application.ninja.rulerLeft.style.display = "block";
67 }
68 },
69 hideRulers:{
70 value:function(){
71 this.application.ninja.rulerTop.style.display = "none";
72 this.application.ninja.rulerLeft.style.display = "none";
73 }
74 } 61 }
75
76}); \ No newline at end of file 62}); \ No newline at end of file