diff options
author | Valerio Virgillito | 2012-02-24 13:27:33 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-24 13:27:33 -0800 |
commit | f97080989ee988c1e613915c2d246dc17b104b3b (patch) | |
tree | e8632f5a4537a93263658341cf5941b1baff5ca1 /js/panels/Panel.reel/Panel.html | |
parent | 2b672f6508a849b8023b0bc114ad15e9ddca5adc (diff) | |
download | ninja-f97080989ee988c1e613915c2d246dc17b104b3b.tar.gz |
clearing the old local setting and using the new version/prefix local settings.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/Panel.reel/Panel.html')
-rwxr-xr-x | js/panels/Panel.reel/Panel.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/js/panels/Panel.reel/Panel.html b/js/panels/Panel.reel/Panel.html index dc76d871..46c8fb91 100755 --- a/js/panels/Panel.reel/Panel.html +++ b/js/panels/Panel.reel/Panel.html | |||
@@ -15,6 +15,13 @@ | |||
15 | "element": {"#": "resizeBar"}, | 15 | "element": {"#": "resizeBar"}, |
16 | "panel": {"#": "panel"}, | 16 | "panel": {"#": "panel"}, |
17 | "isVertical": true | 17 | "isVertical": true |
18 | }, | ||
19 | "bindings": { | ||
20 | "ownerId": { | ||
21 | "boundObject": {"@": "owner"}, | ||
22 | "boundObjectPropertyPath": "panelBase.panelName", | ||
23 | "oneway": true | ||
24 | } | ||
18 | } | 25 | } |
19 | }, | 26 | }, |
20 | 27 | ||
@@ -55,7 +62,7 @@ | |||
55 | </div> | 62 | </div> |
56 | </div> | 63 | </div> |
57 | </div> | 64 | </div> |
58 | <div id="resizeBar" class="resizeBar"></div> | 65 | <div data-montage-id="resizeBar" class="resizeBar"></div> |
59 | </article> | 66 | </article> |
60 | 67 | ||
61 | </body> | 68 | </body> |