aboutsummaryrefslogtreecommitdiff
path: root/js/io/document/document-controller.js
diff options
context:
space:
mode:
authorAnanya Sen2012-01-30 14:32:29 -0800
committerAnanya Sen2012-01-30 14:32:29 -0800
commit8c78a98410116f7a0fc03a75f40ac16027b8fc51 (patch)
tree06d2bccf774fbe75feb913b24b0b3a38d8f473bc /js/io/document/document-controller.js
parentcea7a9d1b67379d9a74e69ace22fc2ed93e8cab2 (diff)
downloadninja-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>
Diffstat (limited to 'js/io/document/document-controller.js')
-rwxr-xr-xjs/io/document/document-controller.js6
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