Changeset 28370
- Timestamp:
- 05/11/2014 06:24:58 AM (11 years ago)
- Location:
- trunk/src/wp-includes/js
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-audiovideo.js
r28364 r28370 7 7 8 8 if ( ! _.isUndefined( window._wpmejsSettings ) ) { 9 baseSettings .pluginPath = _wpmejsSettings.pluginPath;9 baseSettings = _wpmejsSettings; 10 10 } 11 11 -
trunk/src/wp-includes/js/mediaelement/wp-mediaelement.js
r28363 r28370 13 13 14 14 if ( typeof _wpmejsSettings !== 'undefined' ) { 15 settings .pluginPath = _wpmejsSettings.pluginPath;15 settings = _wpmejsSettings; 16 16 } 17 17 -
trunk/src/wp-includes/js/mediaelement/wp-playlist.js
r28171 r28370 35 35 36 36 if ( ! _.isUndefined( window._wpmejsSettings ) ) { 37 this.settings .pluginPath = _wpmejsSettings.pluginPath;37 this.settings = _wpmejsSettings; 38 38 } 39 39 this.settings.success = this.bindPlayer;
Note: See TracChangeset
for help on using the changeset viewer.