diff options
Diffstat (limited to 'js/stage/stage-view.reel/stage-view.js')
-rwxr-xr-x | js/stage/stage-view.reel/stage-view.js | 14 |
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 |