removed a comma without crying
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@539 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
14eac24ffa
commit
9ead34fca1
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue