Changeset 26632
- Timestamp:
- 12/04/2013 08:17:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/customize-base.js
r26548 r26632 252 252 }); 253 253 return this; 254 },255 256 isEqual: function( to ) {257 return this._eq( this._value, to, [], [] );258 254 }, 259 255 … … 322 318 bStack.pop(); 323 319 return result; 324 } 320 }, 325 321 /* jshint ignore:end */ 322 323 isEqual: function( to ) { 324 return this._eq( this._value, to, [], [] ); 325 } 326 326 }); 327 327
Note: See TracChangeset
for help on using the changeset viewer.