Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'ready' promise | Albin Larsson | 2018-06-15 | 1 | -0/+6 |
| | |||||
* | Filter out null / undefined in elements.setAttributes | Albin Larsson | 2018-06-15 | 1 | -3/+5 |
| | |||||
* | Remove line breaks in arrays | Albin Larsson | 2018-06-13 | 2 | -8/+2 |
| | |||||
* | Fix condition in events.toggleListener to allow non-elements | Albin Larsson | 2018-06-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1030 from friday/event-improvements | Sam Potts | 2018-06-13 | 2 | -27/+11 |
|\ | | | | | Minor event changes | ||||
| * | Also remove 'once' event listeners when destroying (they may still be waiting) | Albin Larsson | 2018-06-12 | 1 | -3/+3 |
| | | |||||
| * | Use toggleListener in trapFocus | Albin Larsson | 2018-06-12 | 1 | -6/+2 |
| | | |||||
| * | Removed support for multiple elements in toggleListener | Albin Larsson | 2018-06-12 | 1 | -19/+7 |
| | | |||||
| * | typo | Albin Larsson | 2018-06-12 | 1 | -1/+1 |
| | | |||||
* | | Logic cleanup | Sam Potts | 2018-06-13 | 1 | -10/+8 |
| | | |||||
* | | Force string on format | Sam Potts | 2018-06-13 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2018-06-13 | 1 | -4/+31 |
| | | | | | | | | | | | | # Conflicts: # src/js/captions.js # src/js/controls.js # src/js/fullscreen.js # src/js/html5.js # src/js/listeners.js # src/js/plugins/youtube.js # src/js/plyr.js # src/js/utils.js | ||||
* | Utils broken down into seperate files and exports | Sam Potts | 2018-06-13 | 14 | -0/+889 |