Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Woeltjen <victor.woeltjen@nasa.gov>2017-11-15 01:24:57 +0300
committerVictor Woeltjen <victor.woeltjen@nasa.gov>2017-11-15 01:27:43 +0300
commitba688fe62cfaf76779e7257a553c015c294ac070 (patch)
treefa67c32736c3fc81cf07d05f1447427aacb52cf9 /openmct.js
parentbda30f1475c51475b84a1a8bdb481cf2e82258f6 (diff)
[Build] Update file-saver dependencyfile-saver-1808
Fixes #1808
Diffstat (limited to 'openmct.js')
-rw-r--r--openmct.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmct.js b/openmct.js
index 788535cf5..b2f200489 100644
--- a/openmct.js
+++ b/openmct.js
@@ -33,7 +33,7 @@ requirejs.config({
"moment": "bower_components/moment/moment",
"moment-duration-format": "bower_components/moment-duration-format/lib/moment-duration-format",
"moment-timezone": "bower_components/moment-timezone/builds/moment-timezone-with-data",
- "saveAs": "bower_components/FileSaver.js/FileSaver.min",
+ "saveAs": "bower_components/file-saver/FileSaver.min",
"screenfull": "bower_components/screenfull/dist/screenfull.min",
"text": "bower_components/text/text",
"uuid": "bower_components/node-uuid/uuid",