mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Dev environment : Remove globals
This commit is contained in:
parent
87ba28372c
commit
b261884d2b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user