diff options
author | Tobias Reich <tobias.reich.ich@gmail.com> | 2019-02-14 13:16:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-14 13:16:10 +0100 |
commit | c634d3696e625237926e339f5ffe2ef9b8789804 (patch) | |
tree | 4391400732a3385dccda90b8289c0ea745a64f2f /demo/src/js/demo.js | |
parent | 0189e90fce151a94a47d0f3f7bbbc8290c6ad4cd (diff) | |
download | plyr-c634d3696e625237926e339f5ffe2ef9b8789804.tar.lz plyr-c634d3696e625237926e339f5ffe2ef9b8789804.tar.xz plyr-c634d3696e625237926e339f5ffe2ef9b8789804.zip |
Remove NodeList example
I've removed the NodeList example because it's confusing. Only the first element of a NodeList will be used and this is usually not what you want. I've instead replaced it with a `querySelector` and map example. It's related to: https://github.com/sampotts/plyr/issues/801
I know that there was a note, pointing out that the first element will be used, but be honest: Everybody is just scanning the examples for code and doing copy paste :D
Diffstat (limited to 'demo/src/js/demo.js')
0 files changed, 0 insertions, 0 deletions