diff options
Diffstat (limited to 'js/panels/objects/objects-panel.reel')
-rw-r--r-- | js/panels/objects/objects-panel.reel/objects-panel.js | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/js/panels/objects/objects-panel.reel/objects-panel.js b/js/panels/objects/objects-panel.reel/objects-panel.js index a1c381a2..727a09aa 100644 --- a/js/panels/objects/objects-panel.reel/objects-panel.js +++ b/js/panels/objects/objects-panel.reel/objects-panel.js | |||
@@ -23,13 +23,6 @@ exports.ObjectsPanel = Montage.create(Component, { | |||
23 | } | 23 | } |
24 | }, | 24 | }, |
25 | 25 | ||
26 | |||
27 | templateDidLoad: { | ||
28 | value: function() { | ||
29 | console.log('objects panel loaded'); | ||
30 | } | ||
31 | }, | ||
32 | |||
33 | prepareForDraw : { | 26 | prepareForDraw : { |
34 | value: function() { | 27 | value: function() { |
35 | 28 | ||
@@ -40,14 +33,6 @@ exports.ObjectsPanel = Montage.create(Component, { | |||
40 | }); | 33 | }); |
41 | 34 | ||
42 | } | 35 | } |
43 | }, | ||
44 | draw : { | ||
45 | value: function() { | ||
46 | console.log("objects panel draw"); | ||
47 | if(this.objects) { | ||
48 | |||
49 | } | ||
50 | } | ||
51 | } | 36 | } |
52 | 37 | ||
53 | }); \ No newline at end of file | 38 | }); \ No newline at end of file |