Trying to be able to test in node GAHHHH

This commit is contained in:
Peter Cottle 2012-12-16 20:23:42 -08:00
parent c9fb851ad6
commit aadeab8299
14 changed files with 4186 additions and 69 deletions

4
src/js/util/index.js Normal file
View file

@ -0,0 +1,4 @@
exports.isBrowser = function() {
return (typeof window === undefined);
};