aboutsummaryrefslogtreecommitdiff
path: root/js/data
diff options
context:
space:
mode:
authorhwc4872012-07-09 16:08:02 -0700
committerhwc4872012-07-09 16:08:02 -0700
commit5085d0f67df89a21715308956004164597a6ba79 (patch)
tree2c896163143a66331205a39b0a3b1b45d51bf12a /js/data
parent51f1691f792dbda9b740ded8aa0457c9406db156 (diff)
parent84b3327bd92faafab7954b5eb64c7abe24a3fe13 (diff)
downloadninja-5085d0f67df89a21715308956004164597a6ba79.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into GridFixes
Conflicts: js/helper-classes/3D/StageLine.js
Diffstat (limited to 'js/data')
-rw-r--r--js/data/panels-data.js8
-rwxr-xr-xjs/data/tools-data.js4
2 files changed, 6 insertions, 6 deletions
diff --git a/js/data/panels-data.js b/js/data/panels-data.js
index 0b178c84..ba6154c9 100644
--- a/js/data/panels-data.js
+++ b/js/data/panels-data.js
@@ -63,12 +63,12 @@ exports.PanelsData = Montage.create(Montage, {
63 { 63 {
64 name: "Materials", 64 name: "Materials",
65 groups: ["default"], 65 groups: ["default"],
66 minHeight: 100, 66 minHeight: 270,
67 height: 100, 67 height: 270,
68 maxHeight: null, 68 maxHeight: null,
69 flexible: true, 69 flexible: false,
70 collapsed: true, 70 collapsed: true,
71 scrollable: true, 71 scrollable: false,
72 open: true, 72 open: true,
73 modulePath: "js/panels/Materials/materials-library-panel.reel", 73 modulePath: "js/panels/Materials/materials-library-panel.reel",
74 moduleName: "MaterialsLibraryPanel" 74 moduleName: "MaterialsLibraryPanel"
diff --git a/js/data/tools-data.js b/js/data/tools-data.js
index 73bcd7fd..5619fe60 100755
--- a/js/data/tools-data.js
+++ b/js/data/tools-data.js
@@ -74,7 +74,7 @@ exports.ToolsData = Montage.create(Montage, {
74 value: 13 74 value: 13
75 }, 75 },
76 76
77 // NOTE: additions or removal of any tools, or any changes in the order of these entries requires updating the constant index properties above. 77 // NOTE: additions or removal of any tools, or any changes in the order of these entries requires updating the constant index properties above.
78 // Code in the keyboard mediator and ninja.js accesses the array below through the index constants above 78 // Code in the keyboard mediator and ninja.js accesses the array below through the index constants above
79 defaultToolsData: { 79 defaultToolsData: {
80 value: [ 80 value: [
@@ -301,5 +301,5 @@ exports.ToolsData = Montage.create(Montage, {
301 selectedToolInstance : { 301 selectedToolInstance : {
302 value: null 302 value: null
303 } 303 }
304 304
305}); 305});