diff options
Diffstat (limited to 'js/components/layout')
-rwxr-xr-x | js/components/layout/documents-tab.reel/documents-tab.js | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/js/components/layout/documents-tab.reel/documents-tab.js b/js/components/layout/documents-tab.reel/documents-tab.js index 0be639db..41c98b30 100755 --- a/js/components/layout/documents-tab.reel/documents-tab.js +++ b/js/components/layout/documents-tab.reel/documents-tab.js | |||
@@ -8,40 +8,6 @@ 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 | |||
12 | /* | ||
13 | openDocuments: { | ||
14 | value: [] | ||
15 | }, | ||
16 | |||
17 | prepareForDraw: { | ||
18 | enumerable: false, | ||
19 | value: function() { | ||
20 | // console.log("Change this to be inside the Ninja Reel"); | ||
21 | this.openDocuments = this.application.ninja.documentController._documents; | ||
22 | // this.eventManager.addEventListener( "appLoaded", this, false); | ||
23 | } | ||
24 | }, | ||
25 | |||
26 | handleAppLoaded: { | ||
27 | value: function() { | ||
28 | // this.openDocuments = this.application.ninja.currentDocument; | ||
29 | } | ||
30 | }, | ||
31 | |||
32 | draw: { | ||
33 | enumerable: false, | ||
34 | value: function() { | ||
35 | |||
36 | } | ||
37 | }, | ||
38 | |||
39 | handleClick: { | ||
40 | value: function(event) { | ||
41 | |||
42 | } | ||
43 | } | ||
44 | */ | ||
45 | contentController: { | 11 | contentController: { |
46 | value: null | 12 | value: null |
47 | } | 13 | } |