From d38aaadda934c6ec92df565c86fd5bc6316ae6b4 Mon Sep 17 00:00:00 2001 From: Armen Kesablyan Date: Wed, 23 May 2012 14:37:03 -0700 Subject: Binding tool subtool issues Signed-off-by: Armen Kesablyan --- js/data/tools-data.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/data/tools-data.js') 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, { zoomToolIndex: { value: 12 }, + bindingToolIndex: { + value: 12 + }, // NOTE: additions or removal of any tools, or any changes in the order of these entries requires updating the constant index properties above. // 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, { "cursor": "url('images/cursors/binding.png'),default", "lastInGroup": true, "container": false, + "subtools": [], "selected": false } ] -- cgit v1.2.3