Changeset 36364
- Timestamp:
- 01/20/2016 03:46:59 PM (9 years ago)
- Location:
- trunk/src/wp-includes/js/mediaelement
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/mediaelement/wp-mediaelement.js
r36288 r36364 21 21 function initialize() { 22 22 if ( typeof _wpmejsSettings !== 'undefined' ) { 23 settings = _wpmejsSettings;23 settings = $.extend( true, {}, _wpmejsSettings ); 24 24 } 25 25 -
trunk/src/wp-includes/js/mediaelement/wp-playlist.js
r31471 r36364 32 32 33 33 if ( ! _.isUndefined( window._wpmejsSettings ) ) { 34 this.settings = _ wpmejsSettings;34 this.settings = _.clone( _wpmejsSettings ); 35 35 } 36 36 this.settings.success = this.bindPlayer;
Note: See TracChangeset
for help on using the changeset viewer.