jahresbericht2016/assets/js/base.js

9 lines
463 B
JavaScript

/*
* Wikimedia Jahresbericht 2016
*
* Copyright (c) 2017 Atelier Disko - All rights reserved.
*
* Use of this source code is governed by the AGPL v3
* license that can be found in the LICENSE file.
*/
requirejs.config({baseUrl:"/assets/js",waitSeconds:60,paths:{jquery:"jquery",domready:"require/domReady",scrollTo:"scrollTo",swiper:"swiper",underscore:"underscore",modernizr:"compat/modernizr"},shim:{modernizr:{exports:"Modernizr",deps:["domready!"]}}});