removed a comma without crying

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@539 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Kevin Kwok 2009-09-03 19:40:46 +00:00
parent 14eac24ffa
commit 9ead34fca1
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@ function svg_edit_setup() {
[modKey+'y', function(evt){clickRedo();evt.preventDefault();}],
[modKey+'u', function(evt){showSourceEditor();evt.preventDefault();}],
[modKey+'c', function(evt){clickClone();evt.preventDefault();}],
['esc', cancelSourceEditor, false],
['esc', cancelSourceEditor, false]
];
$.each(keys,function(i,item) {