diff --git a/js/app.js b/js/app.js index d8087e2..7af7352 100644 --- a/js/app.js +++ b/js/app.js @@ -8,6 +8,11 @@ require.config({ "tablesort.numeric": "../bower_components/tablesort/src/sorts/tablesort.numeric" }, shim: { + "leaflet.label": ["leaflet"], + "tablesort": { + exports: "Tablesort" + }, + "tablesort.numeric": ["tablesort"], } }); require(["main", "helper/lib"], function (main) {