A lot of cleaning... jshint likes me now !

This commit is contained in:
Thomas FORGIONE
2015-07-01 10:14:15 +02:00
parent 0af40f3484
commit fab183eaa7
68 changed files with 544 additions and 505 deletions

View File

@@ -15,4 +15,4 @@ module.exports.index = function(req, res) {
res.setHeader('Content-Type', 'text/html');
res.send("");
}
};

View File

@@ -1,3 +1,3 @@
module.exports = {
'/arrow-clicked': 'index'
}
};

View File

@@ -15,4 +15,4 @@ module.exports.index = function(req, res) {
res.setHeader('Content-Type', 'text/html');
res.send("");
}
};

View File

@@ -1,3 +1,3 @@
module.exports = {
'/coin-clicked': 'index'
}
};

View File

@@ -15,4 +15,4 @@ module.exports.index = function(req, res) {
res.setHeader('Content-Type', 'text/html');
res.send("");
}
};

View File

@@ -1,3 +1,3 @@
module.exports = {
'/fps': 'index'
}
};

View File

@@ -21,4 +21,4 @@ module.exports.index = function(req, res) {
res.setHeader('Content-Type', 'text/html');
res.send("");
}
};

View File

@@ -1,3 +1,3 @@
module.exports = {
'/hovered': 'index'
}
};

View File

@@ -26,5 +26,5 @@ module.exports.index = function(req, res) {
});
res.setHeader('Content-Type', 'text/html');
res.send("")
}
res.send("");
};

View File

@@ -1,3 +1,3 @@
module.exports = {
'/keyboard-event': 'index'
}
};

View File

@@ -27,4 +27,4 @@ module.exports.index = function(req, res) {
res.setHeader('Content-Type', 'text/html');
res.send("");
}
};

View File

@@ -1,3 +1,3 @@
module.exports = {
'/previous-next-clicked': 'index'
}
};

View File

@@ -20,4 +20,4 @@ module.exports.index = function(req, res) {
res.setHeader('Content-Type', 'text/html');
res.send("");
}
};

View File

@@ -1,3 +1,3 @@
module.exports = {
'/reset-clicked': 'index'
}
};