aboutsummaryrefslogtreecommitdiff
path: root/js/data
diff options
context:
space:
mode:
authorArmen Kesablyan2012-05-23 14:37:03 -0700
committerArmen Kesablyan2012-05-23 14:37:03 -0700
commitd38aaadda934c6ec92df565c86fd5bc6316ae6b4 (patch)
tree623a77805b68c7cfef39f76921140246c053b843 /js/data
parentc21db7f1e4a0582777bdb5366df5d023a915b779 (diff)
downloadninja-d38aaadda934c6ec92df565c86fd5bc6316ae6b4.tar.gz
Binding tool subtool issues
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/data')
-rwxr-xr-xjs/data/tools-data.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/data/tools-data.js b/js/data/tools-data.js
index 0989f4f7..a6a03323 100755
--- a/js/data/tools-data.js
+++ b/js/data/tools-data.js
@@ -46,6 +46,9 @@ exports.ToolsData = Montage.create(Montage, {
46 zoomToolIndex: { 46 zoomToolIndex: {
47 value: 12 47 value: 12
48 }, 48 },
49 bindingToolIndex: {
50 value: 12
51 },
49 52
50 // NOTE: additions or removal of any tools, or any changes in the order of these entries requires updating the constant index properties above. 53 // NOTE: additions or removal of any tools, or any changes in the order of these entries requires updating the constant index properties above.
51 // Code in the keyboard mediator and ninja.js accesses the array below through the index constants above 54 // Code in the keyboard mediator and ninja.js accesses the array below through the index constants above
@@ -253,6 +256,7 @@ exports.ToolsData = Montage.create(Montage, {
253 "cursor": "url('images/cursors/binding.png'),default", 256 "cursor": "url('images/cursors/binding.png'),default",
254 "lastInGroup": true, 257 "lastInGroup": true,
255 "container": false, 258 "container": false,
259 "subtools": [],
256 "selected": false 260 "selected": false
257 } 261 }
258 ] 262 ]