Dev environment : Remove globals

This commit is contained in:
Julian Descottes 2013-09-29 00:06:07 +02:00
parent 87ba28372c
commit b261884d2b

View File

@ -9,9 +9,6 @@
if (window.location.href.indexOf("debug") != -1) {
window.exports = {};
//debug shortcuts
cl = function () {console.log.apply(console, arguments)};
d = function () {debugger};
var scriptIndex = 0;
window.loadNextScript = function () {
if (scriptIndex == window.exports.scripts.length) {