diff options
author | Jose Antonio Marquez | 2012-04-19 15:53:18 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-04-19 15:53:18 -0700 |
commit | 36d50b6599ab98559c76e1fe57b1bb131c4433da (patch) | |
tree | 4b4043851fe63a8807715c17c09f0ebf05d72309 /js/mediators | |
parent | eca4a100b99c21137aa4e6954fcc963dd3b06ed6 (diff) | |
download | ninja-36d50b6599ab98559c76e1fe57b1bb131c4433da.tar.gz |
Clean up
Diffstat (limited to 'js/mediators')
-rw-r--r-- | js/mediators/io-mediator.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/js/mediators/io-mediator.js b/js/mediators/io-mediator.js index 057a849d..c20ae8f7 100644 --- a/js/mediators/io-mediator.js +++ b/js/mediators/io-mediator.js | |||
@@ -153,10 +153,6 @@ exports.IoMediator = Montage.create(Component, { | |||
153 | // | 153 | // |
154 | switch (file.mode) { | 154 | switch (file.mode) { |
155 | case 'html': | 155 | case 'html': |
156 | |||
157 | |||
158 | //TODO: Add check for Monatage library to copy | ||
159 | |||
160 | //Getting content from function to properly handle saving assets (as in external if flagged) | 156 | //Getting content from function to properly handle saving assets (as in external if flagged) |
161 | contents = this.parseNinjaTemplateToHtml(file); | 157 | contents = this.parseNinjaTemplateToHtml(file); |
162 | break; | 158 | break; |