mirror of
https://github.com/nasa/openmct.git
synced 2025-03-18 01:55:17 +00:00
Switched to hopscotch AMD config
This commit is contained in:
parent
429933087d
commit
955ba8721a
@ -20,21 +20,10 @@
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define*/
|
||||
require.config({
|
||||
paths: {
|
||||
hopscotch: "demo/lib/hopscotch/hopscotch.min"
|
||||
},
|
||||
shim: {
|
||||
tourist: {
|
||||
exports: "hopscotch"
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
define(
|
||||
[
|
||||
"../../platform/features/conductor/src/ConductorRepresenter",
|
||||
"hopscotch",
|
||||
"../lib/hopscotch/hopscotch.min",
|
||||
"zepto"
|
||||
],
|
||||
function (ConductorRepresenter, hopscotch, $){
|
||||
|
Loading…
x
Reference in New Issue
Block a user