Switched to hopscotch AMD config

This commit is contained in:
Henry 2016-04-25 17:17:15 -07:00
parent 429933087d
commit 955ba8721a

View File

@ -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, $){