Make WordPress Core

Changeset 26632


Ignore:
Timestamp:
12/04/2013 08:17:52 PM (13 years ago)
Author:
SergeyBiryukov
Message:

Fix JSHint error. props atimmer. see #26061.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/customize-base.js

    r26548 r26632  
    252252                        });
    253253                        return this;
    254                 },
    255 
    256                 isEqual: function( to ) {
    257                         return this._eq( this._value, to, [], [] );
    258254                },
    259255
     
    322318                        bStack.pop();
    323319                        return result;
    324                 }
     320                },
    325321                /* jshint ignore:end */
     322
     323                isEqual: function( to ) {
     324                        return this._eq( this._value, to, [], [] );
     325                }
    326326        });
    327327
Note: See TracChangeset for help on using the changeset viewer.