diff options
Diffstat (limited to 'js/stage')
-rwxr-xr-x | js/stage/stage-view.reel/stage-view.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/stage/stage-view.reel/stage-view.js b/js/stage/stage-view.reel/stage-view.js index 53eff90e..53c6125b 100755 --- a/js/stage/stage-view.reel/stage-view.js +++ b/js/stage/stage-view.reel/stage-view.js | |||
@@ -201,5 +201,11 @@ exports.StageView = Montage.create(Component, { | |||
201 | this.application.ninja.toolsSplitter.restore(); | 201 | this.application.ninja.toolsSplitter.restore(); |
202 | this.application.ninja.optionsSplitter.restore(); | 202 | this.application.ninja.optionsSplitter.restore(); |
203 | } | 203 | } |
204 | }, | ||
205 | |||
206 | applyTheme:{ | ||
207 | value:function(themeClass){ | ||
208 | this.element.className = "codeViewContainer "+themeClass; | ||
209 | } | ||
204 | } | 210 | } |
205 | }); \ No newline at end of file | 211 | }); \ No newline at end of file |