aboutsummaryrefslogtreecommitdiff
path: root/src/closure-externs.js
AgeCommit message (Collapse)Author
2014-03-06Update closure-externs.jsNoxalus
Add a gamepad support with closure.
2014-01-06changed != to !== in a couple of places. Added fix to prevent closure ↵Fraser Adams
minifying crypto randomBytes etc. this fix makes use of closure externs so I've added a closure-externs.js to hold the definitions and modified tools/shared.py closure_compiler method to point to closure-externs.js. I've added externs to fix minification of the ws library used in library_sockfs.js too