Changeset 22984
- Timestamp:
- 12/03/2012 04:38:10 AM (12 years ago)
- Location:
- trunk/wp-includes/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-editor.js
r22979 r22984 305 305 multiple: true, 306 306 selection: selection 307 }) ;307 }).open(); 308 308 309 309 return this.frame; -
trunk/wp-includes/js/media-views.js
r22979 r22984 1140 1140 1141 1141 this.on( 'attach', _.bind( this.views.ready, this.views ), this ); 1142 }, 1143 1144 render: function() { 1145 // Activate the default state if no active state exists. 1146 if ( ! this.state() && this.options.state ) 1147 this.setState( this.options.state ); 1148 1149 return media.view.Frame.prototype.render.apply( this, arguments ); 1142 1150 }, 1143 1151
Note: See TracChangeset
for help on using the changeset viewer.