mirror of
https://github.com/nasa/openmct.git
synced 2025-01-10 23:12:57 +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": {
|
"moment-duration-format": {
|
||||||
"deps": ["moment"]
|
"deps": ["moment"]
|
||||||
},
|
},
|
||||||
|
"saveAs": {
|
||||||
|
"exports": "saveAs"
|
||||||
|
},
|
||||||
"screenfull": {
|
"screenfull": {
|
||||||
"exports": "screenfull"
|
"exports": "screenfull"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user