fix(dart): fix the static_browser platform not to include compiler

Closes #5321
This commit is contained in:
vsavkin
2015-11-16 13:58:24 -08:00
committed by Victor Savkin
parent c03fb36e11
commit ad6fb067e9
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import {Promise} from 'angular2/src/facade/async';
// TODO: vsavkin rename it into TemplateLoader and do not reexport it via DomAdapter
// TODO: vsavkin rename it into TemplateLoader
export class XHR {
get(url: string): Promise<string> { return null; }
}