Fix jshint errors introduced in [29259]. see #11325.
git-svn-id: https://develop.svn.wordpress.org/trunk@29269 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5bba352ae0
commit
f5c0cf95e0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user