diff --git a/money.js b/money.js index 359df37..0ac6275 100644 --- a/money.js +++ b/money.js @@ -163,4 +163,4 @@ } // Root will be `window` in browser or `global` on the server: -}(this)); +}(typeof self !== 'undefined' ? self : this));