tests modified

This commit is contained in:
lgrignon
2015-12-11 08:48:01 +01:00
parent 31ae86e54c
commit 5b8db10eaa

View File

@@ -21,18 +21,4 @@ namespace Components {
}
polymer.createElement(TestComponent);
@component('test-annotated')
export class AnnotatedComponent extends polymer.Base {
public field: string = 'xx';
constructor() {
super();
}
public ready(): void {
console.log('annotated ready');
}
}
}