Fix jshint errors introduced in [29259]. see #11325.
Built from https://develop.svn.wordpress.org/trunk@29269 git-svn-id: http://core.svn.wordpress.org/trunk@29051 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -385,9 +385,9 @@ var imageEdit = window.imageEdit = {
|
||||
},
|
||||
|
||||
setCropSelection : function(postid, c) {
|
||||
var sel,
|
||||
sizer = this.hold.sizer;
|
||||
c = c || 0;
|
||||
var sel;
|
||||
|
||||
c = c || 0;
|
||||
|
||||
if ( !c || ( c.width < 3 && c.height < 3 ) ) {
|
||||
this.setDisabled($('.imgedit-crop', '#imgedit-panel-' + postid), 0);
|
||||
|
||||
2
wp-admin/js/image-edit.min.js
vendored
2
wp-admin/js/image-edit.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user