minor changes

This commit is contained in:
coderaiser 2013-04-16 05:05:28 -04:00
parent 6bb9380b3a
commit 8718dfc9b6

View file

@ -85,11 +85,9 @@
lFONT_LOCAL = './font/DroidSansMono.woff',
lJQUERY_REMOTE = '//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js',
lJQUERY_LOCAL = './lib/client/jquery.js',
lFiles = [];
lFiles = [{}, {}];
lFiles[0] = {};
lFiles[0][lFONT_REMOTE] = lFONT_LOCAL;
lFiles[1] = {};
lFiles[1][lJQUERY_REMOTE] = lJQUERY_LOCAL;
if(Config.minification.css)