diff options
author | Nivesh Rajbhandari | 2012-08-07 13:27:19 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-08-07 13:27:19 -0700 |
commit | da71ec8bf450438a4dc904cb348e548d01dfcb3f (patch) | |
tree | 36bae4f77a61c2c6690566c79d07f5b6bc2c3936 /js/code-editor/code-editor-wrapper.js | |
parent | 923e760bf4a16baa82e81da6d38e671620664e8f (diff) | |
parent | 91c440a04f0108d05e663d1696027ca5601b25bc (diff) | |
download | ninja-da71ec8bf450438a4dc904cb348e548d01dfcb3f.tar.gz |
Merge branch 'refs/heads/ninja-mqg734-master' into LineInCanvas
Diffstat (limited to 'js/code-editor/code-editor-wrapper.js')
-rw-r--r-- | js/code-editor/code-editor-wrapper.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/code-editor/code-editor-wrapper.js b/js/code-editor/code-editor-wrapper.js index 57fe4d3a..65f42db2 100644 --- a/js/code-editor/code-editor-wrapper.js +++ b/js/code-editor/code-editor-wrapper.js | |||
@@ -131,6 +131,12 @@ exports.CodeEditorWrapper = Montage.create(Component, { | |||
131 | this.application.ninja.editorViewOptions.codeEditorWrapper = this; | 131 | this.application.ninja.editorViewOptions.codeEditorWrapper = this; |
132 | } | 132 | } |
133 | 133 | ||
134 | //TODO:add codeEditorWrapper | ||
135 | if(!this.application.ninja.documentBar.codeEditorWrapper){ | ||
136 | this.application.ninja.documentBar.codeEditorWrapper = this; | ||
137 | } | ||
138 | |||
139 | |||
134 | editorOptions = { | 140 | editorOptions = { |
135 | lineNumbers: true, | 141 | lineNumbers: true, |
136 | matchBrackets:true, | 142 | matchBrackets:true, |