aboutsummaryrefslogtreecommitdiff
path: root/js/code-editor
diff options
context:
space:
mode:
authorAnanya Sen2012-07-09 12:23:13 -0700
committerAnanya Sen2012-07-09 12:23:13 -0700
commitbf9dba001ec84243e2f12cd13b0c0ae020fba4a2 (patch)
tree51de6a7646796c2e8155255bce0a5ce5575f2d64 /js/code-editor
parentfbdd97e7b1743efe2b0362e589c489aa23e29751 (diff)
downloadninja-bf9dba001ec84243e2f12cd13b0c0ae020fba4a2.tar.gz
removed unnecessary todo comments
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/code-editor')
-rw-r--r--js/code-editor/code-editor-wrapper.js1
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 fcf7460a..7c6b1b23 100644
--- a/js/code-editor/code-editor-wrapper.js
+++ b/js/code-editor/code-editor-wrapper.js
@@ -112,7 +112,6 @@ exports.CodeEditorWrapper = Montage.create(Component, {
112 112
113 deserializedFromTemplate: { 113 deserializedFromTemplate: {
114 value: function() { 114 value: function() {
115 //TODO:add logic to check some configuration file to load the right code editor
116 this.codeEditor = CodeMirror; 115 this.codeEditor = CodeMirror;
117 } 116 }
118 }, 117 },