Make WordPress Core

Changeset 29277


Ignore:
Timestamp:
07/23/2014 05:53:07 PM (10 years ago)
Author:
wonderboymusic
Message:

After [29179], remove the last instance of this.isCompatibleSrc().

Props kovshenin.
See #28905.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/mediaelement/wp-playlist.js

    r29179 r29277  
    145145            if ( last !== current ) {
    146146                this.setPlayer( true );
    147             } else if ( this.isCompatibleSrc() ) {
     147            } else {
    148148                this.playerNode.attr( 'src', this.current.get( 'src' ) );
    149149                this.playCurrentSrc();
Note: See TracChangeset for help on using the changeset viewer.