diff options
author | hwc487 | 2012-07-09 16:08:02 -0700 |
---|---|---|
committer | hwc487 | 2012-07-09 16:08:02 -0700 |
commit | 5085d0f67df89a21715308956004164597a6ba79 (patch) | |
tree | 2c896163143a66331205a39b0a3b1b45d51bf12a /js/data/tools-data.js | |
parent | 51f1691f792dbda9b740ded8aa0457c9406db156 (diff) | |
parent | 84b3327bd92faafab7954b5eb64c7abe24a3fe13 (diff) | |
download | ninja-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/tools-data.js')
-rwxr-xr-x | js/data/tools-data.js | 4 |
1 files changed, 2 insertions, 2 deletions
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 | }); |