Changeset 28152
- Timestamp:
- 04/16/2014 06:00:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/customize-models.js
r27947 r28152 1 /* globals _wpCustomizeHeader */1 /* globals _wpCustomizeHeader, _ */ 2 2 (function( $, wp ) { 3 3 var api = wp.customize; … … 143 143 144 144 // Overridable by an extending class 145 if ( !this.data) {145 if (typeof this.data === 'undefined') { 146 146 this.data = _wpCustomizeHeader.uploads; 147 147 }
Note: See TracChangeset
for help on using the changeset viewer.