summaryrefslogtreecommitdiff
path: root/core/util/events.js
Commit message (Expand)AuthorAgeFilesLines
* Change copyright headerdocs/fix-copyrightSolly Ross2018-09-271-1/+1
* Enforce space after function namePierre Ossman2018-09-061-4/+4
* Enforce object key spacingPierre Ossman2018-09-061-1/+1
* Use fat arrow functions `const foo = () => { ... };` for callbacksJuanjo Diaz2018-07-121-1/+1
* Prefer const/let over varJuanjo Diaz2018-05-241-8/+9
* Add eslint and fix reported issuesJuanjo Diaz2018-05-241-6/+6
* Remove unnecessary Log dependency in events.jsJuanjo Diaz2018-01-301-2/+0
* Avoid use of 'let' and 'const'Pierre Ossman2017-06-021-3/+3
* Don't capture touch eventsSamuel Mannehed2017-05-111-22/+1
* Properly restore the default styleSamuel Mannehed2017-04-111-1/+1
* Refactor ES6 module structure/split up UtilSolly Ross2017-03-211-0/+161