diff options
author | Ananya Sen | 2012-01-30 14:32:29 -0800 |
---|---|---|
committer | Ananya Sen | 2012-01-30 14:32:29 -0800 |
commit | 8c78a98410116f7a0fc03a75f40ac16027b8fc51 (patch) | |
tree | 06d2bccf774fbe75feb913b24b0b3a38d8f473bc | |
parent | cea7a9d1b67379d9a74e69ace22fc2ed93e8cab2 (diff) | |
download | ninja-8c78a98410116f7a0fc03a75f40ac16027b8fc51.tar.gz |
moved fix to open js and css files in code view , from gerrit to github
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
-rwxr-xr-x | js/io/document/document-controller.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/io/document/document-controller.js b/js/io/document/document-controller.js index 6f363bc7..53575a21 100755 --- a/js/io/document/document-controller.js +++ b/js/io/document/document-controller.js | |||
@@ -417,10 +417,10 @@ _createTextAreaElement: { | |||
417 | 417 | ||
418 | codeMirrorDiv.appendChild(textArea); | 418 | codeMirrorDiv.appendChild(textArea); |
419 | 419 | ||
420 | if(!this._textHolder) this._textHolder = document.getElementById("codeViewContainer"); | 420 | // if(!this._textHolder) this._textHolder = document.getElementById("codeViewContainer"); |
421 | this._textHolder.appendChild(codeMirrorDiv); | 421 | // this._textHolder.appendChild(codeMirrorDiv); |
422 | 422 | ||
423 | return codeMirrorDiv; | 423 | return textArea; |
424 | } | 424 | } |
425 | } | 425 | } |
426 | }); \ No newline at end of file | 426 | }); \ No newline at end of file |