remove obsolete comments and path variable
This commit is contained in:
parent
7b8087ac97
commit
2a8d83252c
@ -1,9 +1,8 @@
|
||||
/*global require, requirejs, define, Modernizr, _basepath_ */
|
||||
/*global require, requirejs, define */
|
||||
// http://requirejs.org/docs/api.html#config
|
||||
var path = typeof _basepath_ === 'string' ? _basepath_ + '/' : '';
|
||||
requirejs.config(
|
||||
{
|
||||
baseUrl: path + 'scripts/',
|
||||
baseUrl: 'scripts/',
|
||||
waitSeconds: 50,
|
||||
urlArgs: 'bust=' + ( new Date() ).getTime()
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user