step forward

This commit is contained in:
Adam Bradley
2015-05-02 23:20:20 -05:00
parent a425061d90
commit aba2906b29
5 changed files with 35 additions and 19 deletions

View File

@@ -17,7 +17,6 @@ export class Content {
constructor(
@NgElement() element:NgElement
) {
console.log('constructing content', element.domElement);
this.domElement = element.domElement;
this.domElement.classList.add('content');
}