summaryrefslogtreecommitdiffstats
path: root/client/lib/cssEvents.js
Commit message (Collapse)AuthorAgeFilesLines
* Prettier & eslint project style updateJustin Reynolds2019-06-281-10/+10
|
* Upgrade ESLint to v2Maxime Quandalle2016-03-171-0/+2
| | | | This commit also tweak the code style following backward-incompatible v2 rules.
* Enforce a consistent ES6 coding styleMaxime Quandalle2015-09-031-15/+13
| | | | | | | | | Replace the old (and broken) jshint + jscsrc by eslint and configure it to support some of the ES6 features. The command `eslint` currently has one error which is a bug that was discovered by its static analysis and should be fixed (usage of a dead object).
* Work on the card activities and commentsMaxime Quandalle2015-06-121-0/+42
This commit also introduces a new CSSEvents object that is used to abstract vendor specifics events related to CSS transitions and animations. Fixes #183. Fixes #179.