refactor(render): user render compiler

This commit is contained in:
Tobias Bosch
2015-04-02 14:40:49 -07:00
parent 069bbf3ed0
commit 1d4d18d9db
72 changed files with 1052 additions and 4739 deletions

View File

@ -145,7 +145,7 @@ class Html5LibDomAdapter implements DomAdapter {
throw 'not implemented';
}
addClass(element, String classname) {
throw 'not implemented';
element.classes.add(classname);
}
removeClass(element, String classname) {
throw 'not implemented';