9 lines
558 B
JavaScript
9 lines
558 B
JavaScript
|
/*
|
||
|
* Wikimedia Entdecke Wikipedia
|
||
|
*
|
||
|
* Copyright (c) 2013 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",waypoints:"waypoints",modernizr:"compat/modernizr"},shim:{scrollTo:{deps:["jquery"],exports:"jQuery.fn.scrollTo"},waypoints:{deps:["jquery"],exports:"jQuery.fn.waypoint"},modernizr:{exports:"Modernizr",deps:["domready!"]}}});
|