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:
parent
17c7533b72
commit
95b7f66b45
@ -204,10 +204,10 @@ imageEdit = {
|
|||||||
|
|
||||||
if ( fw < 1 ) {
|
if ( fw < 1 ) {
|
||||||
w.focus();
|
w.focus();
|
||||||
return false;;
|
return false;
|
||||||
} else if ( fh < 1 ) {
|
} else if ( fh < 1 ) {
|
||||||
h.focus();
|
h.focus();
|
||||||
return false;;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( fw == t.hold.ow || fh == t.hold.oh )
|
if ( fw == t.hold.ow || fh == t.hold.oh )
|
||||||
|
Loading…
Reference in New Issue
Block a user