diff options
author | Sam Potts <sam@potts.es> | 2018-04-27 00:47:51 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-04-27 00:47:51 +1000 |
commit | a812650fea4b61878a50b0a1cc09c5043fbe815e (patch) | |
tree | 88996b3bd1bf6d8eef9ee4f5b977eb260a06862b /src/js/utils.js | |
parent | fec7a77d6ffa0ac450d5513661dc292f430ad7ba (diff) | |
download | plyr-a812650fea4b61878a50b0a1cc09c5043fbe815e.tar.lz plyr-a812650fea4b61878a50b0a1cc09c5043fbe815e.tar.xz plyr-a812650fea4b61878a50b0a1cc09c5043fbe815e.zip |
v3.2.4
Diffstat (limited to 'src/js/utils.js')
-rw-r--r-- | src/js/utils.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/utils.js b/src/js/utils.js index 41419b06..fca40f53 100644 --- a/src/js/utils.js +++ b/src/js/utils.js @@ -468,8 +468,8 @@ const utils = { // Display this.elements.display = { buffer: utils.getElement.call(this, this.config.selectors.display.buffer), - duration: utils.getElement.call(this, this.config.selectors.display.duration), currentTime: utils.getElement.call(this, this.config.selectors.display.currentTime), + duration: utils.getElement.call(this, this.config.selectors.display.duration), }; // Seek tooltip |