Skip to content

Commit

Permalink
[resonate-fix] Fix for resonate (#1994)
Browse files Browse the repository at this point in the history
* [resonate-fix] Fix for resonate

* [resonate-fix] Tidy

* Tidy
  • Loading branch information
inverse committed Jun 8, 2019
1 parent 1271671 commit 67d1023
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/connectors/resonate.js
Expand Up @@ -10,6 +10,4 @@ Connector.currentTimeSelector = `${Connector.playerSelector} .currentTime`;

Connector.durationSelector = `${Connector.playerSelector} .duration`;

Connector.isPlaying = () => {
return $('.play-button use').attr('xlink:href') === '#icon-pause';
};
Connector.playButtonSelector = '.play-button svg.icon-play';

0 comments on commit 67d1023

Please sign in to comment.