diff options
author | Sam Potts <me@sampotts.me> | 2015-02-15 02:46:11 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-15 02:46:11 +1100 |
commit | 61970a948e0a75d6bdbb14f40370eb952765e70c (patch) | |
tree | 9e20fe6adbe9e8a35388551a76d806c1c86bfdde /assets/js/docs.js | |
parent | f8c6dab92e3dcfbc62d3d47ea8bd857db37f95e8 (diff) | |
download | plyr-61970a948e0a75d6bdbb14f40370eb952765e70c.tar.lz plyr-61970a948e0a75d6bdbb14f40370eb952765e70c.tar.xz plyr-61970a948e0a75d6bdbb14f40370eb952765e70c.zip |
More styling
Diffstat (limited to 'assets/js/docs.js')
-rw-r--r-- | assets/js/docs.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/assets/js/docs.js b/assets/js/docs.js index c8a3bd44..f80fe696 100644 --- a/assets/js/docs.js +++ b/assets/js/docs.js @@ -11,9 +11,7 @@ var video = new InitPxVideo({ "seekInterval": 20, "videoTitle": "PayPal Austin promo", "debug": true, - "html": templates.controls.render({ - - }) + "html": templates.controls.render({}) }); console.log(video);
\ No newline at end of file |