Changeset 22509
- Timestamp:
- 11/09/2012 12:43:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-views.js
r22508 r22509 83 83 mode: function( mode ) { 84 84 if ( mode ) { 85 this.trigger( 'deactivate');85 this.trigger( 'deactivate', this ); 86 86 this._mode = mode; 87 return this.trigger( 'activate');87 return this.trigger( 'activate', this ); 88 88 } 89 89 return this._mode;
Note: See TracChangeset
for help on using the changeset viewer.