After [31386], this needs to happen in `audio-video.manifest.js`.

See #31058.


git-svn-id: https://develop.svn.wordpress.org/trunk@31387 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-02-09 18:44:32 +00:00
parent 7ea1eb7e94
commit d5888fbc13
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ wp.media.mixin = {
}
if ( 'native' !== t.media.pluginType ) {
t.media.remove();
t.$media.remove();
}
delete window.mejs.players[t.id];

View File

@ -46,7 +46,7 @@ wp.media.mixin = {
}
if ( 'native' !== t.media.pluginType ) {
t.media.remove();
t.$media.remove();
}
delete window.mejs.players[t.id];