From 28826f6402e0e1a50c9f06598b0bfe709019a3d0 Mon Sep 17 00:00:00 2001 From: Albin Larsson Date: Tue, 15 May 2018 17:10:55 +0200 Subject: [PATCH] Add 'video only' caveat to toggleControls() doc (current behavior) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5efdae90..7a853229 100644 --- a/readme.md +++ b/readme.md @@ -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. |