Change group to group_elements (though keep duplicate group under old name in case it is supposed to have a different function)

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2686 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Brett Zamir
2014-02-11 01:58:57 +00:00
parent 21520e6392
commit 74810573b2
63 changed files with 134 additions and 68 deletions

View File

@@ -240,7 +240,7 @@ var svgEditor = (function($, Editor) {'use strict';
tool_fhpath: tools.mode_fhpath,
tool_fhrect: tools.mode_fhrect,
tool_font_size: properties.font_size,
tool_group: tools.group,
tool_group_elements: tools.group_elements,
tool_make_link: tools.make_link,
tool_link_url: tools.set_link_url,
tool_image: tools.mode_image,