aboutsummaryrefslogtreecommitdiff
path: root/js/document/controllers
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-04-04 11:35:12 -0700
committerJose Antonio Marquez2012-04-04 11:35:12 -0700
commitbc04ee998de7aaadc457f4e932cc4be8327a2a03 (patch)
tree4d51e92c599e09dd670cabbd29b340d9acbece31 /js/document/controllers
parentb2f6ec0a6b08edac76cc77e1b57009bbb319abf5 (diff)
downloadninja-bc04ee998de7aaadc457f4e932cc4be8327a2a03.tar.gz
Backup for merge
Diffstat (limited to 'js/document/controllers')
-rwxr-xr-xjs/document/controllers/document.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/js/document/controllers/document.js b/js/document/controllers/document.js
index 45377b76..f7260957 100755
--- a/js/document/controllers/document.js
+++ b/js/document/controllers/document.js
@@ -17,6 +17,27 @@ exports.DocumentController = Montage.create(Component, {
17 enumerable: false, 17 enumerable: false,
18 value: false 18 value: false
19 } 19 }
20 ////////////////////////////////////////////////////////////////////
21 //
22 save: {
23 value: function () {
24 //
25 }
26 },
27 ////////////////////////////////////////////////////////////////////
28 //
29 saveAs: {
30 value: function () {
31 //
32 }
33 },
34 ////////////////////////////////////////////////////////////////////
35 //
36 close: {
37 value: function () {
38 //
39 }
40 }
20 //////////////////////////////////////////////////////////////////// 41 ////////////////////////////////////////////////////////////////////
21 //////////////////////////////////////////////////////////////////// 42 ////////////////////////////////////////////////////////////////////
22}); 43});