aboutsummaryrefslogtreecommitdiff
path: root/js/panels
diff options
context:
space:
mode:
authorArmen Kesablyan2012-06-11 13:25:13 -0700
committerArmen Kesablyan2012-06-11 13:25:13 -0700
commit337efc667372326ae2f9984d89a47bb151016774 (patch)
tree717f5a03f398cbab3b61f221458ed11f6b9db228 /js/panels
parent278769df00ced8620fd73371e38fe2e43f07ca3b (diff)
downloadninja-337efc667372326ae2f9984d89a47bb151016774.tar.gz
Changes Made to Object Listing of iFrame
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/panels')
-rwxr-xr-xjs/panels/PanelContainer.reel/PanelContainer.html6
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