Swap out ;; for ; in js too. See #11618.

No need for a new non .dev. version as YUI stripped them anyway.

git-svn-id: https://develop.svn.wordpress.org/trunk@12549 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2009-12-26 17:10:37 +00:00
parent 688e340821
commit b374e062c7
1 changed files with 2 additions and 2 deletions

View File

@ -204,10 +204,10 @@ imageEdit = {
if ( fw < 1 ) {
w.focus();
return false;;
return false;
} else if ( fh < 1 ) {
h.focus();
return false;;
return false;
}
if ( fw == t.hold.ow || fh == t.hold.oh )