diff --git a/dist/toasted.js b/dist/toasted.js index 5135288..24b9bff 100644 --- a/dist/toasted.js +++ b/dist/toasted.js @@ -94,7 +94,9 @@ var shuffled; function reset() { shuffled = false; } - +function test(){ + //noting done here just for checking +} function setCharacters(_alphabet_) { if (!_alphabet_) { if (alphabet !== ORIGINAL) { @@ -4204,27 +4206,27 @@ module.exports = 0; /* 18 */ /***/ (function(module, exports) { -var g; - -// This works in non-strict mode -g = (function() { - return this; -})(); - -try { - // This works if eval is allowed (see CSP) - g = g || Function("return this")() || (1,eval)("this"); -} catch(e) { - // This works if the window reference is available - if(typeof window === "object") - g = window; -} - -// g can still be undefined, but nothing to do about it... -// We return undefined, instead of nothing here, so it's -// easier to handle this case. if(!global) { ...} - -module.exports = g; +var g; + +// This works in non-strict mode +g = (function() { + return this; +})(); + +try { + // This works if eval is allowed (see CSP) + g = g || Function("return this")() || (1,eval)("this"); +} catch(e) { + // This works if the window reference is available + if(typeof window === "object") + g = window; +} + +// g can still be undefined, but nothing to do about it... +// We return undefined, instead of nothing here, so it's +// easier to handle this case. if(!global) { ...} + +module.exports = g; /***/ })