From 955ba8721a7b1760c6821641934f651bd2bba542 Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 25 Apr 2016 17:17:15 -0700 Subject: [PATCH] Switched to hopscotch AMD config --- demo/src/DemoInitializer.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/demo/src/DemoInitializer.js b/demo/src/DemoInitializer.js index 813de3e59c..6e946f2bf2 100644 --- a/demo/src/DemoInitializer.js +++ b/demo/src/DemoInitializer.js @@ -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, $){