mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 22:42:24 +00:00
[Export] Add shim config for saveAs
Fixes #1821 after regression introduced by changing dependency in #1808
This commit is contained in:
parent
4b07930305
commit
de7c4d2ce3
@ -66,6 +66,9 @@ requirejs.config({
|
||||
"moment-duration-format": {
|
||||
"deps": ["moment"]
|
||||
},
|
||||
"saveAs": {
|
||||
"exports": "saveAs"
|
||||
},
|
||||
"screenfull": {
|
||||
"exports": "screenfull"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user