diff options
author | Ananya Sen | 2012-02-15 10:54:38 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-15 10:54:38 -0800 |
commit | 56d2a8d11a73cd04c7f1bc20d1ded52b9c1242f2 (patch) | |
tree | e7e4ae87cd1c3e3f4a568514947c30c7e3ce2f07 /js/document/text-document.js | |
parent | e2b97c951a9a5a0c4ff831d44fdd82177cbd82ad (diff) | |
download | ninja-56d2a8d11a73cd04c7f1bc20d1ded52b9c1242f2.tar.gz |
Revert "Revert "Creating NinjaTemplate to HTML function""
This reverts commit 2e308be9bec5e06d81b2905b65005a232f0a190d.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/document/text-document.js')
-rwxr-xr-x | js/document/text-document.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/js/document/text-document.js b/js/document/text-document.js index f2b7b0d8..6f8efaad 100755 --- a/js/document/text-document.js +++ b/js/document/text-document.js | |||
@@ -191,14 +191,5 @@ var TextDocument = exports.TextDocument = Montage.create(Montage, { | |||
191 | value: function() { | 191 | value: function() { |
192 | // Have the XHR here? | 192 | // Have the XHR here? |
193 | } | 193 | } |
194 | }/* | ||
195 | , | ||
196 | |||
197 | save:{ | ||
198 | value:function(){ | ||
199 | //base function - to be overridden | ||
200 | } | ||
201 | } | 194 | } |
202 | */ | ||
203 | |||
204 | }); \ No newline at end of file | 195 | }); \ No newline at end of file |