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:
authorSam Price <thesamprice@users.noreply.github.com>2018-02-05 22:12:22 +0300
committerAndrew Henry <andrew.k.henry@nasa.gov>2018-02-05 22:12:22 +0300
commit0363d0e8ad39940bc8455ef246f188f36e3aa426 (patch)
treea9e036a9eb30d92741489f55faf1ee51be9aa85f /openmct.js
parent3669e776a95e5b4bfc1262de6f14bc62525fbe5f (diff)
d3 selection filepath changed (#1898)
* d3 selection changed from build to dist. * build to dist for test-main.js
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 05d0b2adb..0dd3a54e2 100644
--- a/openmct.js
+++ b/openmct.js
@@ -40,7 +40,7 @@ requirejs.config({
"vue": "node_modules/vue/dist/vue.min",
"zepto": "bower_components/zepto/zepto.min",
"lodash": "bower_components/lodash/lodash",
- "d3-selection": "node_modules/d3-selection/build/d3-selection.min",
+ "d3-selection": "node_modules/d3-selection/dist/d3-selection.min",
"d3-scale": "node_modules/d3-scale/build/d3-scale.min",
"d3-axis": "node_modules/d3-axis/build/d3-axis.min",
"d3-array": "node_modules/d3-array/build/d3-array.min",