Make WordPress Core

Changeset 29269


Ignore:
Timestamp:
07/22/2014 08:02:34 PM (10 years ago)
Author:
ocean90
Message:

Fix jshint errors introduced in [29259]. see #11325.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/image-edit.js

    r29259 r29269  
    386386
    387387    setCropSelection : function(postid, c) {
    388         var sel,
    389             sizer = this.hold.sizer;
    390             c = c || 0;
     388        var sel;
     389
     390        c = c || 0;
    391391
    392392        if ( !c || ( c.width < 3 && c.height < 3 ) ) {
Note: See TracChangeset for help on using the changeset viewer.