Refactoring and bug fixing

This commit is contained in:
Sam Potts
2016-08-20 18:02:02 +10:00
parent fc45ab48c9
commit 9d109bf02d
10 changed files with 382 additions and 305 deletions

View File

@ -541,11 +541,6 @@ Here's a list of the methods supported:
<td>&mdash;</td>
<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>&mdash;</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>&mdash;</td>