Upgrade ESLint to v2

This commit also tweak the code style following backward-incompatible v2 rules.
This commit is contained in:
Maxime Quandalle 2016-02-13 03:12:01 +01:00
parent b8aefedcc3
commit 90601eacae
14 changed files with 161 additions and 164 deletions

View file

@ -15,6 +15,7 @@ function whichTransitionEvent() {
return transitions[t];
}
}
return null;
}
function whichAnimationEvent() {
@ -32,6 +33,7 @@ function whichAnimationEvent() {
return transitions[t];
}
}
return null;
}
CSSEvents = {