Changeset 29601
- Timestamp:
- 08/25/2014 06:06:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-views.js
r29585 r29601 1777 1777 // Add a CSS class to the frame so elements can be styled for the mode. 1778 1778 this.$el.addClass( 'mode-' + mode ); 1779 /**1780 * Frame mode activation event.1781 *1782 * @event this#{mode}:activate1783 */1784 this.trigger( mode + ':activate' );1785 1779 1786 1780 return this;
Note: See TracChangeset
for help on using the changeset viewer.