diff options
author | Sam Potts <me@sampotts.me> | 2016-05-19 11:56:24 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-05-19 11:56:24 +1000 |
commit | ac0061b83e2c3387beaa74dbd92f3d6a60b26453 (patch) | |
tree | adbe09eb11ceaa7fad20e16a884712c67e27c904 /readme.md | |
parent | 0b7dc51bd18b524ea2dceef4c5d1abbe38081a93 (diff) | |
download | plyr-ac0061b83e2c3387beaa74dbd92f3d6a60b26453.tar.lz plyr-ac0061b83e2c3387beaa74dbd92f3d6a60b26453.tar.xz plyr-ac0061b83e2c3387beaa74dbd92f3d6a60b26453.zip |
Bug fix for no buffer
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -654,7 +654,7 @@ Some more details on the object parameters ## Events -You can listen for events on the element you setup Plyr on. Some events only apply to HTML5 audio and video. +You can listen for events on the target element you setup Plyr on (see example under the table). Some events only apply to HTML5 audio and video. <table class="table" width="100%"> <thead> |