diff options
author | Ananya Sen | 2012-02-15 09:50:20 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-15 09:50:20 -0800 |
commit | 2e308be9bec5e06d81b2905b65005a232f0a190d (patch) | |
tree | c208938eabfe85e33ccbbceb9f66ad780f70f62a /js/document | |
parent | e327eccb93e2bc513fcbb7ab302783d6bce83884 (diff) | |
download | ninja-2e308be9bec5e06d81b2905b65005a232f0a190d.tar.gz |
Revert "Creating NinjaTemplate to HTML function"
This reverts commit e327eccb93e2bc513fcbb7ab302783d6bce83884.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/text-document.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/js/document/text-document.js b/js/document/text-document.js index 6f8efaad..f2b7b0d8 100755 --- a/js/document/text-document.js +++ b/js/document/text-document.js | |||
@@ -191,5 +191,14 @@ 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 | } | ||
194 | } | 201 | } |
202 | */ | ||
203 | |||
195 | }); \ No newline at end of file | 204 | }); \ No newline at end of file |