refactor(BrowserAdapter): cleanup

This commit is contained in:
Victor Berchet
2016-09-27 17:30:26 -07:00
committed by Chuck Jazdzewski
parent 1c012a035f
commit ca3f9926f9
3 changed files with 137 additions and 199 deletions

View File

@ -8,7 +8,7 @@
import {Type} from '@angular/core';
var _DOM: DomAdapter = null;
let _DOM: DomAdapter = null;
export function getDOM() {
return _DOM;