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

Props kovshenin.
See #28905.



git-svn-id: https://develop.svn.wordpress.org/trunk@29277 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-07-23 17:53:07 +00:00
parent d9564736b8
commit 15aaf0691a
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
if ( last !== current ) {
this.setPlayer( true );
} else if ( this.isCompatibleSrc() ) {
} else {
this.playerNode.attr( 'src', this.current.get( 'src' ) );
this.playCurrentSrc();
}