diff options
author | Jose Antonio Marquez | 2012-06-04 11:03:11 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-06-04 11:03:11 -0700 |
commit | b6c6c194d4768cf03adee55e8ebe53428cbea2a1 (patch) | |
tree | aaeb5301d1361a1d3a681ebd5c01dd618a712c2e /js/components/layout/documents-tab.reel/documents-tab.js | |
parent | f02b6c98b193cc4cb7755a098b548efddf15c1bb (diff) | |
parent | c1ec69879028220b0c3f11ad6e24035bf527802c (diff) | |
download | ninja-b6c6c194d4768cf03adee55e8ebe53428cbea2a1.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into Components
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 |