Skip to content

Commit

Permalink
fix(playground): fix WebWorker single_thread example
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed May 26, 2016
1 parent c39e046 commit 29c77df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/playground/src/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit 29c77df

Please sign in to comment.