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:
Dominik Schilling 2014-07-22 20:03:15 +00:00
parent f0bca68069
commit e78867dc88
2 changed files with 4 additions and 4 deletions

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

File diff suppressed because one or more lines are too long