feat(CSSClass): support binding to classList

Closes #876
This commit is contained in:
Pawel Kozlowski
2015-03-26 17:51:08 +01:00
parent 48811cd805
commit aca4604879
5 changed files with 221 additions and 1 deletions

View File

@ -531,4 +531,4 @@ export class DartParseTreeWriter extends JavaScriptParseTreeWriter {
}
// see: https://www.dartlang.org/docs/dart-up-and-running/ch02.html for a full list.
const DART_RESERVED_WORDS = ['if', 'switch', 'for'];
const DART_RESERVED_WORDS = ['if', 'switch', 'for', 'class'];