diff options
author | Sam Potts <sam@selz.com> | 2016-01-21 09:49:00 +1100 |
---|---|---|
committer | Sam Potts <sam@selz.com> | 2016-01-21 09:49:00 +1100 |
commit | fa5cb828c0effab0f7254c62d22133cec52b0116 (patch) | |
tree | 5b9b161d2e0e2520f0fa30f929ec520d18c01fa1 | |
parent | 5978810b7f11539fc1b891e3029aa65e10f0d7ef (diff) | |
download | plyr-fa5cb828c0effab0f7254c62d22133cec52b0116.tar.lz plyr-fa5cb828c0effab0f7254c62d22133cec52b0116.tar.xz plyr-fa5cb828c0effab0f7254c62d22133cec52b0116.zip |
Update controls.md
-rw-r--r-- | controls.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controls.md b/controls.md index 0a51f3f1..13082597 100644 --- a/controls.md +++ b/controls.md @@ -110,6 +110,6 @@ var controls = ["<div class='plyr__controls'>", // Setup the player plyr.setup('.js-player', { - html: controls, + html: controls }); ``` |