diff options
Diffstat (limited to 'js/components/layout/tools-properties.reel/tools-properties.js')
-rwxr-xr-x | js/components/layout/tools-properties.reel/tools-properties.js | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/js/components/layout/tools-properties.reel/tools-properties.js b/js/components/layout/tools-properties.reel/tools-properties.js index c25559ae..6ea4ad85 100755 --- a/js/components/layout/tools-properties.reel/tools-properties.js +++ b/js/components/layout/tools-properties.reel/tools-properties.js | |||
@@ -46,28 +46,6 @@ exports.ToolsProperties = Montage.create(Component, { | |||
46 | } | 46 | } |
47 | }, | 47 | }, |
48 | 48 | ||
49 | handleCloseDocument: { | ||
50 | value: function(){ | ||
51 | if(!this.application.ninja.documentController.activeDocument) { | ||
52 | this.disabled = true; | ||
53 | } | ||
54 | } | ||
55 | }, | ||
56 | |||
57 | prepareForDraw: { | ||
58 | enumerable: false, | ||
59 | value: function() { | ||
60 | this.eventManager.addEventListener( "closeDocument", this, false); | ||
61 | } | ||
62 | }, | ||
63 | |||
64 | draw: { | ||
65 | enumerable: false, | ||
66 | value: function() { | ||
67 | //this.selectionProperties.needsDraw = true; | ||
68 | } | ||
69 | }, | ||
70 | |||
71 | _currentSelectedTool : { | 49 | _currentSelectedTool : { |
72 | value: null | 50 | value: null |
73 | }, | 51 | }, |