Fixed bug where Cancel button didn't work on linearGradient tab

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1537 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2010-04-21 17:01:08 +00:00
parent 0b6fa02ca8
commit 7f2428557d
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ jQuery.fn.jGraduate =
$this.paint.solidColor = null;
okClicked();
});
$('#'+id+'_lg_jGraduate_Ok').bind('click', function(paint) {
$('#'+id+'_lg_jGraduate_Cancel').bind('click', function(paint) {
cancelClicked();
});