[go: up one dir, main page]

Skip to content

Commit

Permalink
Fixed josdejong#1101: math.js bundle not working when loading in a We…
Browse files Browse the repository at this point in the history
…bWorker
  • Loading branch information
josdejong committed May 21, 2018
1 parent 0abdfbe commit 9b5596f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
## not yet released, version 4.3.0

- Implemented matrix exponential `math.expm`. Thanks @ericman314.
- Fixed #1101: math.js bundle not working when loading in a WebWorker.
- Upgraded dependencies
- `complex.js` from `v2.0.2` to `v2.0.10`.
- `fraction.js` from `v4.0.4` to `v4.0.8`.
Expand Down
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ var webpackConfig = {
library: 'math',
libraryTarget: 'umd',
path: DIST,
globalObject: 'this',
filename: FILE
},
externals: [
Expand Down

0 comments on commit 9b5596f

Please sign in to comment.