summaryrefslogtreecommitdiffstats
path: root/src/modules/core/event.js
Commit message (Collapse)AuthorAgeFilesLines
* fix playgrounds, delete unneeded filesUlrich-Matthias Schäfer2018-12-011-11/+17
|
* Reverted some of the lint rules after chatting with fuzzySaivan2018-11-261-106/+54
| | | | | | | | | This commit reverts some of the rules we added on the linter, it changed a lot of code again... but these won't happen too often. Changes ======= - Modified the linter again
* Changed the esLint rules to avoid silly ternary operators, and to let code ↵Saivan2018-11-251-50/+110
| | | | | | | | | | | | | | breathe! This commit modifies some of the eslint rules, to allow our code to be a little bit more readable. This came about because we had a particularly pesky problem, where the code was indenting ternary operators. This fixes that, and makes it easy to add new rules to eslint as we please in the future. Changes ======= - Rebuilt the library with new eslint rules - Changed the eslintrc file to a yaml file by default
* evaluate window and document on access and not on importUlrich-Matthias Schäfer2018-11-121-5/+3
|
* make window and document exchangeable in case they are not globals alreay, ↵Ulrich-Matthias Schäfer2018-11-111-0/+3
| | | | make sure that init functions are chaninable
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-0/+119