aboutsummaryrefslogtreecommitdiff
path: root/js/data/panels-data.js
diff options
context:
space:
mode:
authorArmen Kesablyan2012-05-23 14:34:58 -0700
committerArmen Kesablyan2012-05-23 14:34:58 -0700
commitc21db7f1e4a0582777bdb5366df5d023a915b779 (patch)
treec4d29cb4686101d4a480ae836d20187879cf5400 /js/data/panels-data.js
parent3ed95247e9ea4b0a7833401ed6809647b7c4acbf (diff)
parent1a7e347810401e6262d9d7bad1c3583e6773993b (diff)
downloadninja-c21db7f1e4a0582777bdb5366df5d023a915b779.tar.gz
Merge branch 'refs/heads/dom-architecture' into binding
Conflicts: js/data/panels-data.js Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/data/panels-data.js')
-rw-r--r--js/data/panels-data.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/data/panels-data.js b/js/data/panels-data.js
index 37957892..6792aa51 100644
--- a/js/data/panels-data.js
+++ b/js/data/panels-data.js
@@ -81,11 +81,11 @@ exports.PanelsData = Montage.create(Montage, {
81 height: 195, 81 height: 195,
82 maxHeight: null, 82 maxHeight: null,
83 flexible: true, 83 flexible: true,
84 scrollable: true, 84 scrollable: false,
85 collapsed: true, 85 collapsed: false,
86 open: true, 86 open: true,
87 modulePath: "js/panels/CSSPanel/CSSPanelBase.reel", 87 modulePath: "js/panels/css-panel/css-panel.reel",
88 moduleName: "CSSPanelBase" 88 moduleName: "CssPanel"
89 }, 89 },
90 { 90 {
91 name: "Presets", 91 name: "Presets",