chore(ShadowDomStrategy): fix MapWrapper usage, DemoUrlResolver

This commit is contained in:
Yegor Jbanov
2015-06-19 18:48:14 -07:00
parent 1c4d233fe7
commit f158fbd131
4 changed files with 14 additions and 12 deletions

View File

@ -44,7 +44,7 @@ export class DemoUrlResolver extends UrlResolver {
}
if (url[0] == '/') {
throw new BaseException(`Could not resolve the url ${url} from ${baseUrl}`);
return url;
}
var m = RegExpWrapper.firstMatch(_schemeRe, url);