diff options
author | Sam Potts <me@sampotts.me> | 2016-01-19 09:22:39 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-01-19 09:22:39 +1100 |
commit | 3075e1eda28ef8206f53b1e9bb1c495b6de52315 (patch) | |
tree | 6ef808504371638c49230dc2a8613c3c4f7d194d | |
parent | 8d1e014a4078d0bea6b90ec4fb478a760c324205 (diff) | |
download | plyr-3075e1eda28ef8206f53b1e9bb1c495b6de52315.tar.lz plyr-3075e1eda28ef8206f53b1e9bb1c495b6de52315.tar.xz plyr-3075e1eda28ef8206f53b1e9bb1c495b6de52315.zip |
Docs
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -277,10 +277,10 @@ Options must be passed as an object to the `setup()` method as above. <td>See <code>plyr.js</code> in <code>/src</code> for more info. You probably don't need to change any of these.</td> </tr> <tr> - <td><code>handlers</code></td> + <td><code>listeners</code></td> <td>Object</td> <td>—</td> - <td>Allows early binding of handlers to Plyr's controls. See <code>controls</code> above for list of controls and see <code>plyr.js</code> in <code>/src</code> for more info.</td> + <td>Allows early binding of event listeners to the controls. See <code>controls</code> above for list of controls and see <code>plyr.js</code> in <code>/src</code> for more info.</td> </tr> <tr> <td><code>classes</code></td> |