we still need node integration, so fix moment loader another way

This commit is contained in:
Alan Stoll 2014-07-07 15:53:26 -04:00
commit 996f6f0150
3 changed files with 5 additions and 4 deletions

View file

@ -12,7 +12,7 @@
** the renderer into thinking that we are _not_ in a CommonJS environment.
*/
if (typeof module !== 'undefined') module = {
exports: null
exports: false
};
// are we running in copay shell?