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

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

git-svn-id: http://svn.automattic.com/wordpress/trunk@12549 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2009-12-26 17:10:37 +00:00
parent 17c7533b72
commit 95b7f66b45
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 )