Partial fix for issue 927 (patch by duopixel)

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2063 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2012-03-17 20:16:43 +00:00
parent 7c949e2e17
commit 3ab630261f
1 changed files with 1 additions and 1 deletions

View File

@ -902,7 +902,7 @@
$(this).mouseup(func);
if(opts.key) {
$(document).bind('keydown', opts.key+'', func);
$(document).bind('keydown', opts.key[0], func);
}
});