diff options
Diffstat (limited to 'www/lib/crypto-js/enc-hex.js')
| -rw-r--r-- | www/lib/crypto-js/enc-hex.js | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/lib/crypto-js/enc-hex.js b/www/lib/crypto-js/enc-hex.js deleted file mode 100644 index 88161ff5..00000000 --- a/www/lib/crypto-js/enc-hex.js +++ /dev/null @@ -1,18 +0,0 @@ -;(function (root, factory) { - if (typeof exports === "object") { - // CommonJS - module.exports = exports = factory(require("./core")); - } - else if (typeof define === "function" && define.amd) { - // AMD - define(["./core"], factory); - } - else { - // Global (browser) - factory(root.CryptoJS); - } -}(this, function (CryptoJS) { - - return CryptoJS.enc.Hex; - -}));
\ No newline at end of file |
