diff options
author | Valerio Virgillito | 2012-02-24 14:43:51 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-24 14:44:02 -0800 |
commit | 72baf1c366829ada6858097dd7553ee9988d6110 (patch) | |
tree | e43790b3a45587b998be5ee897451dec8c29f564 /js/panels/Panel.reel/Panel.html | |
parent | f97080989ee988c1e613915c2d246dc17b104b3b (diff) | |
download | ninja-72baf1c366829ada6858097dd7553ee9988d6110.tar.gz |
removing the old settings class and disabling panel settings until the new panels are in
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/panels/Panel.reel/Panel.html b/js/panels/Panel.reel/Panel.html index 46c8fb91..7556952c 100755 --- a/js/panels/Panel.reel/Panel.html +++ b/js/panels/Panel.reel/Panel.html | |||
@@ -14,7 +14,8 @@ | |||
14 | "properties": { | 14 | "properties": { |
15 | "element": {"#": "resizeBar"}, | 15 | "element": {"#": "resizeBar"}, |
16 | "panel": {"#": "panel"}, | 16 | "panel": {"#": "panel"}, |
17 | "isVertical": true | 17 | "isVertical": true, |
18 | "willSave": false | ||
18 | }, | 19 | }, |
19 | "bindings": { | 20 | "bindings": { |
20 | "ownerId": { | 21 | "ownerId": { |