mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 16:10:23 +00:00
[Export] Add shim config for saveAs
Fixes #1821 after regression introduced by changing dependency in #1808
This commit is contained in:
@ -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"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user