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:
parent
3a76dae4ad
commit
d4e38ba2f6
6 changed files with 80 additions and 2 deletions
js
|
@ -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);
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue