~canonical-sysadmins/wordpress/4.2.4

« back to all changes in this revision

Viewing changes to wp-includes/js/media-audiovideo.js

  • Committer: Jacek Nykis
  • Date: 2015-02-25 10:22:01 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: jacek.nykis@canonical.com-20150225102201-0e3hyo5sq13n6h2t
New upstream version 4.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                        }
54
54
 
55
55
                        if ( 'native' !== t.media.pluginType ) {
56
 
                                t.media.remove();
 
56
                                t.$media.remove();
57
57
                        }
58
58
 
59
59
                        delete window.mejs.players[t.id];