diff options
author | Valerio Virgillito | 2012-07-09 17:04:31 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-09 17:04:31 -0700 |
commit | 2b2b5fbb4b6a786daa4e9d4ee9eba9ac78924842 (patch) | |
tree | 64cb3e09a8daeb340261dd7f3869c73f7b90b643 /js/code-editor/code-editor-wrapper.js | |
parent | cee0deca695359ab468bd06d0e05ed3b2010b338 (diff) | |
parent | 2eb84584f44b8c774479d1af2ee1d810597474cf (diff) | |
download | ninja-2b2b5fbb4b6a786daa4e9d4ee9eba9ac78924842.tar.gz |
Merge pull request #380 from ananyasen/codemirror-custom-theme-removal
Codemirror custom theme removal
Diffstat (limited to 'js/code-editor/code-editor-wrapper.js')
-rw-r--r-- | js/code-editor/code-editor-wrapper.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/code-editor/code-editor-wrapper.js b/js/code-editor/code-editor-wrapper.js index d9f74167..07381244 100644 --- a/js/code-editor/code-editor-wrapper.js +++ b/js/code-editor/code-editor-wrapper.js | |||
@@ -113,7 +113,6 @@ exports.CodeEditorWrapper = Montage.create(Component, { | |||
113 | 113 | ||
114 | deserializedFromTemplate: { | 114 | deserializedFromTemplate: { |
115 | value: function() { | 115 | value: function() { |
116 | //TODO:add logic to check some configuration file to load the right code editor | ||
117 | this.codeEditor = CodeMirror; | 116 | this.codeEditor = CodeMirror; |
118 | } | 117 | } |
119 | }, | 118 | }, |