This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
Agama
mirror of
https://github.com/lukechilds/Agama.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
263
Commits
9
Branches
20
Tags
154 MiB
Tree:
3d0b5be630
Agama
/
gui
/
module-hack.js
4 lines
83 B
Raw
Normal View
History
added missing gui/init.js script
8 years ago
if
(
typeof
module
===
'object'
)
{
window
.
module
=
module
;
module
=
undefined
;
}