aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();