chore: add more type annotations
This commit is contained in:
2
modules/angular2/src/dom/dom_adapter.js
vendored
2
modules/angular2/src/dom/dom_adapter.js
vendored
@ -195,7 +195,7 @@ export class DomAdapter {
|
||||
attributeMap(element) {
|
||||
throw _abstract();
|
||||
}
|
||||
getAttribute(element, attribute:string) {
|
||||
getAttribute(element, attribute:string):string {
|
||||
throw _abstract();
|
||||
}
|
||||
setAttribute(element, name:string, value:string) {
|
||||
|
Reference in New Issue
Block a user