refactor(BrowserAdapter): cleanup
This commit is contained in:

committed by
Chuck Jazdzewski

parent
1c012a035f
commit
ca3f9926f9
@ -8,7 +8,7 @@
|
||||
|
||||
import {Type} from '@angular/core';
|
||||
|
||||
var _DOM: DomAdapter = null;
|
||||
let _DOM: DomAdapter = null;
|
||||
|
||||
export function getDOM() {
|
||||
return _DOM;
|
||||
|
Reference in New Issue
Block a user