From 2a8d83252c63d78d13ea44417dfe23c8b1aafaa8 Mon Sep 17 00:00:00 2001 From: Georg Fischer Date: Sat, 30 Nov 2013 20:37:15 +0100 Subject: [PATCH] remove obsolete comments and path variable --- scripts/main.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/main.js b/scripts/main.js index 879bc97..b2daa01 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -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() }