diff options
Diffstat (limited to 'js/data/tools-data.js')
-rwxr-xr-x | js/data/tools-data.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/js/data/tools-data.js b/js/data/tools-data.js index 05455efe..0989f4f7 100755 --- a/js/data/tools-data.js +++ b/js/data/tools-data.js | |||
@@ -243,6 +243,17 @@ exports.ToolsData = Montage.create(Montage, { | |||
243 | "container": false, | 243 | "container": false, |
244 | "subtools": [], | 244 | "subtools": [], |
245 | "selected": false | 245 | "selected": false |
246 | }, | ||
247 | { | ||
248 | "id": "bindingTool", | ||
249 | "properties": "bindingProperties", | ||
250 | "spriteSheet": true, | ||
251 | "action": "bindingTool", | ||
252 | "toolTip": "Binding (B)", | ||
253 | "cursor": "url('images/cursors/binding.png'),default", | ||
254 | "lastInGroup": true, | ||
255 | "container": false, | ||
256 | "selected": false | ||
246 | } | 257 | } |
247 | ] | 258 | ] |
248 | }, | 259 | }, |