1
0
Fork 0
mirror of https://github.com/thepaperpilot/The-Modding-Tree.git synced 2025-05-11 04:21:06 +00:00

Gagues are real

This commit is contained in:
Acamaeda 2020-10-08 23:13:15 -04:00
parent 3a76dae4ad
commit d4e38ba2f6
6 changed files with 80 additions and 2 deletions

View file

@ -413,4 +413,9 @@ document.onkeydown = function(e) {
var onFocused = false
function focused(x) {
onFocused = x
}
}
function isFunction(obj) {
return !!(obj && obj.constructor && obj.call && obj.apply);
};