mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@11013 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -232,7 +232,7 @@ class Custom_Image_Header {
|
||||
var ratio = xinit / yinit;
|
||||
var ximg = jQuery('#upload').width();
|
||||
var yimg = jQuery('#upload').height();
|
||||
|
||||
|
||||
//set up default values
|
||||
jQuery( '#x1' ).val(0);
|
||||
jQuery( '#y1' ).val(0);
|
||||
@@ -240,7 +240,7 @@ class Custom_Image_Header {
|
||||
jQuery( '#y2' ).val(yinit);
|
||||
jQuery( '#width' ).val(xinit);
|
||||
jQuery( '#height' ).val(yinit);
|
||||
|
||||
|
||||
if ( yimg < yinit || ximg < xinit ) {
|
||||
if ( ximg / yimg > ratio ) {
|
||||
yinit = yimg;
|
||||
|
||||
Reference in New Issue
Block a user