diff options
author | Valerio Virgillito | 2012-05-03 15:57:43 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-03 15:57:43 -0700 |
commit | 8dcbac5d4c30e9dfbc543a5f997939111e9c9f89 (patch) | |
tree | b053a48b8c835ae9087a97bfdf02746e7b4c3833 /js/mediators | |
parent | 602240c38e0f2c3937d3c7246247e0b59bccab2b (diff) | |
parent | f3479e478f3cec1cb00508bedbce8dc5a210931a (diff) | |
download | ninja-8dcbac5d4c30e9dfbc543a5f997939111e9c9f89.tar.gz |
Merge pull request #193 from joseeight/Document
New Document View
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; |