diff options
Diffstat (limited to 'js/panels/PanelContainer.reel')
-rwxr-xr-x | js/panels/PanelContainer.reel/PanelContainer.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/panels/PanelContainer.reel/PanelContainer.html b/js/panels/PanelContainer.reel/PanelContainer.html index 7d7444c5..9842a1d1 100755 --- a/js/panels/PanelContainer.reel/PanelContainer.html +++ b/js/panels/PanelContainer.reel/PanelContainer.html | |||
@@ -88,6 +88,9 @@ | |||
88 | "prototype": "js/panels/Panel.reel", | 88 | "prototype": "js/panels/Panel.reel", |
89 | "properties": { | 89 | "properties": { |
90 | "element": {"#": "panel_7"} | 90 | "element": {"#": "panel_7"} |
91 | }, | ||
92 | "bindings": { | ||
93 | "currentDocument": {"<-": "@owner.currentDocument"} | ||
91 | } | 94 | } |
92 | }, | 95 | }, |
93 | 96 | ||
@@ -95,6 +98,9 @@ | |||
95 | "prototype": "js/panels/Panel.reel", | 98 | "prototype": "js/panels/Panel.reel", |
96 | "properties": { | 99 | "properties": { |
97 | "element": {"#": "panel_8"} | 100 | "element": {"#": "panel_8"} |
101 | }, | ||
102 | "bindings": { | ||
103 | "currentDocument": {"<-": "@owner.currentDocument"} | ||
98 | } | 104 | } |
99 | }, | 105 | }, |
100 | 106 | ||