diff options
author | Sam Potts <me@sampotts.me> | 2016-08-20 18:02:02 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-08-20 18:02:02 +1000 |
commit | 9d109bf02dc6ae6bfe356bfe25c2acb8915c05dd (patch) | |
tree | dbb5fe14507bee39f906dfa587c654aadedd7f04 /readme.md | |
parent | fc45ab48c932c6ecb810ed6456ff824ef43be73c (diff) | |
download | plyr-9d109bf02dc6ae6bfe356bfe25c2acb8915c05dd.tar.lz plyr-9d109bf02dc6ae6bfe356bfe25c2acb8915c05dd.tar.xz plyr-9d109bf02dc6ae6bfe356bfe25c2acb8915c05dd.zip |
Refactoring and bug fixing
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -542,11 +542,6 @@ Here's a list of the methods supported: <td>Destroys the plyr UI and any media event listeners, effectively restoring to the previous state before <code>setup()</code> was called.</td> </tr> <tr> - <td><code>restore()</code></td> - <td>—</td> - <td>Reverses the effects of the <code>destroy()</code> method, restoring the UI and listeners.</td> - </tr> - <tr> <td><code>getCurrentTime()</code></td> <td>—</td> <td>Will return a float with the current time in seconds.</td> |