From 20a71300a5c7623a1a8d92325faef178d5a457a7 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Tue, 19 Jan 2016 09:54:23 +1100 Subject: [PATCH] Controls --- controls.md | 64 ++++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/controls.md b/controls.md index c58c966b..1e9fef0b 100644 --- a/controls.md +++ b/controls.md @@ -46,64 +46,64 @@ You can include only the controls you need when specifying custom html. This is an example `html` option with all controls. ```javascript -["
", - "
", - "", - "", - "", +["
", + "
", + "", + "", + "", "0% played", "", - "", + "", "0% buffered", "", "
", - "", - "", - "", - "", - "", - "", - "", + "", "Current time", - "00:00", + "00:00", "", - "", + "", "Duration", - "00:00", + "00:00", "", "", - "", - "", - "", - "", - "", - "", "", "
"].join("\n");