diff options
author | Armen Kesablyan | 2012-06-11 11:17:41 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-06-11 11:17:41 -0700 |
commit | 278769df00ced8620fd73371e38fe2e43f07ca3b (patch) | |
tree | deb505c8a66b660eee1f17a2c6c4c575c7939f6f /js/components/layout/documents-tab.reel/documents-tab.js | |
parent | 555fd6efa605b937800b3979a4c68fa7eb8666ae (diff) | |
parent | 0f040acabfb7a4bf3138debec5aff869487ceb11 (diff) | |
download | ninja-278769df00ced8620fd73371e38fe2e43f07ca3b.tar.gz |
Merge branch 'refs/heads/master' into binding
Conflicts:
js/document/models/html.js
js/document/views/design.js
js/ninja.reel/ninja.js
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/components/layout/documents-tab.reel/documents-tab.js')
-rwxr-xr-x | js/components/layout/documents-tab.reel/documents-tab.js | 33 |
1 files changed, 2 insertions, 31 deletions
diff --git a/js/components/layout/documents-tab.reel/documents-tab.js b/js/components/layout/documents-tab.reel/documents-tab.js index 982f6ecd..41c98b30 100755 --- a/js/components/layout/documents-tab.reel/documents-tab.js +++ b/js/components/layout/documents-tab.reel/documents-tab.js | |||
@@ -8,36 +8,7 @@ var Montage = require("montage/core/core").Montage; | |||
8 | var Component = require("montage/ui/component").Component; | 8 | var Component = require("montage/ui/component").Component; |
9 | 9 | ||
10 | exports.DocumentsTab = Montage.create(Component, { | 10 | exports.DocumentsTab = Montage.create(Component, { |
11 | 11 | contentController: { | |
12 | openDocuments: { | 12 | value: null |
13 | value: [] | ||
14 | }, | ||
15 | |||
16 | prepareForDraw: { | ||
17 | enumerable: false, | ||
18 | value: function() { | ||
19 | // console.log("Change this to be inside the Ninja Reel"); | ||
20 | this.openDocuments = this.application.ninja.documentController._documents; | ||
21 | // this.eventManager.addEventListener( "appLoaded", this, false); | ||
22 | } | ||
23 | }, | ||
24 | |||
25 | handleAppLoaded: { | ||
26 | value: function() { | ||
27 | // this.openDocuments = this.application.ninja.currentDocument; | ||
28 | } | ||
29 | }, | ||
30 | |||
31 | draw: { | ||
32 | enumerable: false, | ||
33 | value: function() { | ||
34 | |||
35 | } | ||
36 | }, | ||
37 | |||
38 | handleClick: { | ||
39 | value: function(event) { | ||
40 | |||
41 | } | ||
42 | } | 13 | } |
43 | }); \ No newline at end of file | 14 | }); \ No newline at end of file |