diff options
author | Ananya Sen | 2012-07-25 12:28:58 -0700 |
---|---|---|
committer | Ananya Sen | 2012-07-25 12:28:58 -0700 |
commit | fa2e82cf10aaa4900a462410cbb99b5b0433a1b1 (patch) | |
tree | b7168d4dcd92a4d8a0692941b4688a92914bee51 /js/document | |
parent | 0262cbeccef538d3aa125eb7cd16d8ca758c82b1 (diff) | |
download | ninja-fa2e82cf10aaa4900a462410cbb99b5b0433a1b1.tar.gz |
fixing code editor double vertical scrollbar bug
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>
Diffstat (limited to 'js/document')
-rw-r--r-- | js/document/views/design-code.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/document/views/design-code.js b/js/document/views/design-code.js index 70afe785..bf6e186f 100644 --- a/js/document/views/design-code.js +++ b/js/document/views/design-code.js | |||
@@ -72,7 +72,9 @@ 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 | this.textViewContainer.style.display = "block"; |
76 | |||
77 | //todo : update options bar | ||
76 | 78 | ||
77 | // | 79 | // |
78 | if (callback) callback(); | 80 | if (callback) callback(); |