Merge pull request #1822 from nasa/file-saver-1821

[Export] Add shim config for saveAs
This commit is contained in:
Deep Tailor 2017-12-01 11:50:56 -08:00 committed by GitHub
commit ff003c3dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,9 @@ requirejs.config({
"moment-duration-format": {
"deps": ["moment"]
},
"saveAs": {
"exports": "saveAs"
},
"screenfull": {
"exports": "screenfull"
},