diff options
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/models/base.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/document/models/base.js b/js/document/models/base.js index a73b8b20..d51806b2 100755 --- a/js/document/models/base.js +++ b/js/document/models/base.js | |||
@@ -323,7 +323,8 @@ exports.BaseDocumentModel = Montage.create(Component, { | |||
323 | } | 323 | } |
324 | } | 324 | } |
325 | } else if (this.currentView === this.views.code) { | 325 | } else if (this.currentView === this.views.code) { |
326 | //TODO: Add save logic for code view | 326 | //TODO: Add save logic for code view (this is a temp patch) |
327 | this.save(libCopyCallback); | ||
327 | } else { | 328 | } else { |
328 | //TODO: Error handle | 329 | //TODO: Error handle |
329 | } | 330 | } |