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:
Dominik Schilling (ocean90) 2014-07-22 20:02:34 +00:00
parent 5bba352ae0
commit f5c0cf95e0

View File

@ -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);