aboutsummaryrefslogtreecommitdiff
path: root/js/data
diff options
context:
space:
mode:
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 ]