Skip to content

Commit

Permalink
added defaultExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimDez committed Aug 28, 2016
1 parent ebbc888 commit 41294dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SYSTEMJS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ and then add to ```packages```
```js
var packages = {
...
'ng2-pdf-viewer': { main: 'dist/pdf-viewer.component.min.js' }
'ng2-pdf-viewer': { main: 'dist/pdf-viewer.component.min.js', defaultExtension: 'js' }
}
```

0 comments on commit 41294dd

Please sign in to comment.