From d0b88ef9ba9a4365a6505dc82807b42fd68e378c Mon Sep 17 00:00:00 2001 From: SARA Date: Thu, 23 Dec 2021 10:18:37 +0100 Subject: Matlab link file --- .../dojoConfig-release-global.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/MATLAB-Dateien/index-matlabonlineserver_data/dojoConfig-release-global.js (limited to 'tests/MATLAB-Dateien/index-matlabonlineserver_data/dojoConfig-release-global.js') diff --git a/tests/MATLAB-Dateien/index-matlabonlineserver_data/dojoConfig-release-global.js b/tests/MATLAB-Dateien/index-matlabonlineserver_data/dojoConfig-release-global.js new file mode 100644 index 0000000..2072f7b --- /dev/null +++ b/tests/MATLAB-Dateien/index-matlabonlineserver_data/dojoConfig-release-global.js @@ -0,0 +1,17 @@ +var dojoConfig = { + tlmSiblingOfDojo : false, + isDebug : false, + async : true, + has : { + "production" : 1 + }, + /*temporary fix made to as per geck (g1818221) and part of moving mw-menu, mw-mixins-tests and mw-mixins into the mw-form project + will be removed once all dependent projects use version 1.1.0 for mw-form (g1841145)*/ + map : { + "*" : { + "mw-menu" : "mw-form", + "mw-mixins" : "mw-form/mixins", + "mw-mixins-tests" : "mw-form/mixins-tests" + } + } +}; -- cgit v1.2.1