Changeset 20301
- Timestamp:
- 03/28/2012 09:33:32 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/customize-controls.dev.js
r20299 r20301 161 161 162 162 api.ImageControl = api.UploadControl.extend({ 163 ready: function( id, value, options) {163 ready: function() { 164 164 var control = this; 165 166 api.UploadControl.prototype.ready.call( this ); 165 167 166 168 this.thumbnail = this.container.find('.thumbnail img');
Note: See TracChangeset
for help on using the changeset viewer.