fix(playground): fix WebWorker single_thread example

This commit is contained in:
Victor Berchet 2016-05-24 17:10:30 -07:00
parent c39e0463a3
commit 29c77df4be
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ declare var System: any;
'@angular/router': '/packages-dist/router/bundles/router.umd.js',
'@angular/router-deprecated': '/packages-dist/router-deprecated/bundles/router-deprecated.umd.js',
'@angular/core/src/facade': '/all/@angular/core/src/facade',
'rxjs': location.pathname.replace(/index\.html$/, '') + 'rxjs'
'rxjs': location.pathname.replace(/\w+\.html$/i, '') + 'rxjs'
},
packages: {
'app': {defaultExtension: 'js'},