diff options
author | Albin Larsson <mail@albinlarsson.com> | 2018-05-15 17:10:55 +0200 |
---|---|---|
committer | Albin Larsson <mail@albinlarsson.com> | 2018-05-16 23:21:06 +0200 |
commit | 28826f6402e0e1a50c9f06598b0bfe709019a3d0 (patch) | |
tree | 4ebe1a1040b7d98e24fb38aca8c9e3f3f14ae4cb | |
parent | 797b70998faf1789831cd28a4fbd4933e5ad187f (diff) | |
download | plyr-28826f6402e0e1a50c9f06598b0bfe709019a3d0.tar.lz plyr-28826f6402e0e1a50c9f06598b0bfe709019a3d0.tar.xz plyr-28826f6402e0e1a50c9f06598b0bfe709019a3d0.zip |
Add 'video only' caveat to toggleControls() doc (current behavior)
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -357,7 +357,7 @@ player.fullscreen.enter(); // Enter fullscreen | `fullscreen.exit()` | - | Exit fullscreen. | | `fullscreen.toggle()` | - | Toggle fullscreen. | | `airplay()` | - | Trigger the airplay dialog on supported devices. | -| `toggleControls(toggle)` | Boolean | Toggle the controls based on the specified boolean. | +| `toggleControls(toggle)` | Boolean | Toggle the controls based on the specified boolean (video only). | | `on(event, function)` | String, Function | Add an event listener for the specified event. | | `off(event, function)` | String, Function | Remove an event listener for the specified event. | | `supports(type)` | String | Check support for a mime type. | |