diff options
Diffstat (limited to 'js/io/document/base-document.js')
-rwxr-xr-x[-rw-r--r--] | js/io/document/base-document.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/js/io/document/base-document.js b/js/io/document/base-document.js index 44f54f78..918b51ad 100644..100755 --- a/js/io/document/base-document.js +++ b/js/io/document/base-document.js | |||
@@ -82,7 +82,12 @@ var BaseDocument = exports.BaseDocument = Montage.create(Montage, { | |||
82 | value: function() { | 82 | value: function() { |
83 | // Have the XHR here? | 83 | // Have the XHR here? |
84 | } | 84 | } |
85 | } | 85 | }, |
86 | 86 | ||
87 | save:{ | ||
88 | value:function(){ | ||
89 | //base function - to be overridden | ||
90 | } | ||
91 | } | ||
87 | 92 | ||
88 | }); \ No newline at end of file | 93 | }); \ No newline at end of file |