diff options
author | Jose Antonio Marquez | 2012-02-06 16:33:24 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-06 16:33:24 -0800 |
commit | 989b433e8d11919b70845abc04f4e9359680aee3 (patch) | |
tree | 25eaa938e8418996f4efcb65e84342516610dee9 /js/io/document/text-document.js | |
parent | a9e6f4aa38cbba79d903a7935fc2ccc701ff60b8 (diff) | |
parent | 729bc48212d7244539c99ca206be673eed011115 (diff) | |
download | ninja-989b433e8d11919b70845abc04f4e9359680aee3.tar.gz |
Merge branch 'refs/heads/AnanyaFileIO' into FileIO
Diffstat (limited to 'js/io/document/text-document.js')
-rwxr-xr-x | js/io/document/text-document.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/io/document/text-document.js b/js/io/document/text-document.js index 683c513c..7db8e91a 100755 --- a/js/io/document/text-document.js +++ b/js/io/document/text-document.js | |||
@@ -100,6 +100,7 @@ var TextDocument = exports.TextDocument = Montage.create(baseDocumentModule.Base | |||
100 | var codemirrorDiv = this.textArea.parentNode.querySelector(".CodeMirror"); | 100 | var codemirrorDiv = this.textArea.parentNode.querySelector(".CodeMirror"); |
101 | if(!!codemirrorDiv){codemirrorDiv.parentNode.removeChild(codemirrorDiv);} | 101 | if(!!codemirrorDiv){codemirrorDiv.parentNode.removeChild(codemirrorDiv);} |
102 | } | 102 | } |
103 | //console.log("$$$saved : "+this.uri+" : "+this.textArea.value); | ||
103 | //persist to filesystem | 104 | //persist to filesystem |
104 | } | 105 | } |
105 | } | 106 | } |