removed a comma without crying
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@539 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -716,7 +716,7 @@ function svg_edit_setup() {
|
|||||||
[modKey+'y', function(evt){clickRedo();evt.preventDefault();}],
|
[modKey+'y', function(evt){clickRedo();evt.preventDefault();}],
|
||||||
[modKey+'u', function(evt){showSourceEditor();evt.preventDefault();}],
|
[modKey+'u', function(evt){showSourceEditor();evt.preventDefault();}],
|
||||||
[modKey+'c', function(evt){clickClone();evt.preventDefault();}],
|
[modKey+'c', function(evt){clickClone();evt.preventDefault();}],
|
||||||
['esc', cancelSourceEditor, false],
|
['esc', cancelSourceEditor, false]
|
||||||
];
|
];
|
||||||
|
|
||||||
$.each(keys,function(i,item) {
|
$.each(keys,function(i,item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user