diff options
author | Valerio Virgillito | 2012-06-01 00:54:02 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-01 00:54:02 -0700 |
commit | 7fcb10270f9e19415f8452c261c2d0c86916a29a (patch) | |
tree | 67c039a42a7ac0eb0b4b6f7e18ab8339a8d00baa /js/code-editor | |
parent | 6079ceedb5b340c78ecd02f27dfa734eedccf512 (diff) | |
download | ninja-7fcb10270f9e19415f8452c261c2d0c86916a29a.tar.gz |
fixed the 3d grid when switching documents and some cleanup
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/code-editor')
-rw-r--r-- | js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.js b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.js index e4d622e3..dabce6e0 100644 --- a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.js +++ b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.js | |||
@@ -12,7 +12,7 @@ var Montage = require("montage/core/core").Montage, | |||
12 | exports.CodeEditorViewOptions = Montage.create(Component, { | 12 | exports.CodeEditorViewOptions = Montage.create(Component, { |
13 | 13 | ||
14 | _currentDocument: { | 14 | _currentDocument: { |
15 | value : null | 15 | value : null |
16 | }, | 16 | }, |
17 | 17 | ||
18 | currentDocument : { | 18 | currentDocument : { |