aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnanya Sen2012-07-25 12:27:40 -0700
committerAnanya Sen2012-07-25 12:27:40 -0700
commit0262cbeccef538d3aa125eb7cd16d8ca758c82b1 (patch)
tree2c845aabe6527a3a22ed592962081f9f78c478e7
parent7fa0c53c14e9029d2e3960cc81edf91592fd1768 (diff)
downloadninja-0262cbeccef538d3aa125eb7cd16d8ca758c82b1.tar.gz
added save for code view, fixed code view editor bug, reuse code editor options component in document bar
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> Conflicts: js/document/views/design-code.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
-rw-r--r--js/document/views/design-code.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/document/views/design-code.js b/js/document/views/design-code.js
index 8ad6d555..70afe785 100644
--- a/js/document/views/design-code.js
+++ b/js/document/views/design-code.js
@@ -72,7 +72,7 @@ exports.DesignCodeView = Montage.create(CodeDocumentView, {
72 value: function (callback) { 72 value: function (callback) {
73 this.textViewContainer.setAttribute("class", "codeViewContainer cm-s-default"); 73 this.textViewContainer.setAttribute("class", "codeViewContainer cm-s-default");
74 74
75 //todo : update options bar 75 //todo : update options bar
76 76
77 // 77 //
78 if (callback) callback(); 78 if (callback) callback();