diff options
author | Valerio Virgillito | 2012-02-15 17:04:39 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-15 17:04:39 -0800 |
commit | fe71cb9aa1700199c0089166ad54fc56eb760644 (patch) | |
tree | b0c7c24b1f45a079e1c09312ca716e3d35aecad4 /js/io/document/base-document.js | |
parent | 747616980cad14f0b65fbcc7f497ed9680a39d29 (diff) | |
parent | d366c0bd1af6471511217ed574083e15059519b5 (diff) | |
download | ninja-fe71cb9aa1700199c0089166ad54fc56eb760644.tar.gz |
Merge branch 'refs/heads/master' into components
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 |