remove obsolete comments and path variable

This commit is contained in:
Georg Fischer 2013-11-30 20:37:15 +01:00
parent 7b8087ac97
commit 2a8d83252c

View File

@ -1,9 +1,8 @@
/*global require, requirejs, define, Modernizr, _basepath_ */ /*global require, requirejs, define */
// http://requirejs.org/docs/api.html#config // http://requirejs.org/docs/api.html#config
var path = typeof _basepath_ === 'string' ? _basepath_ + '/' : '';
requirejs.config( requirejs.config(
{ {
baseUrl: path + 'scripts/', baseUrl: 'scripts/',
waitSeconds: 50, waitSeconds: 50,
urlArgs: 'bust=' + ( new Date() ).getTime() urlArgs: 'bust=' + ( new Date() ).getTime()
} }