mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
tests modified
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user