{"version":3,"sources":["webpack:///outdated.js","webpack:///webpack/bootstrap c3591920d3802bbf11be?cef0**","webpack:///./src/assets/toolkit/scripts/outdated.js"],"names":["modules","__webpack_require__","moduleId","installedModules","exports","module","id","loaded","call","m","c","p","document","createElement","style","outdatedMsg","getElementById","className"],"mappings":"CAAS,SAAUA,GCInB,QAAAC,GAAAC,GAGA,GAAAC,EAAAD,GACA,MAAAC,GAAAD,GAAAE,OAGA,IAAAC,GAAAF,EAAAD,IACAE,WACAE,GAAAJ,EACAK,QAAA,EAUA,OANAP,GAAAE,GAAAM,KAAAH,EAAAD,QAAAC,IAAAD,QAAAH,GAGAI,EAAAE,QAAA,EAGAF,EAAAD,QAvBA,GAAAD,KAqCA,OATAF,GAAAQ,EAAAT,EAGAC,EAAAS,EAAAP,EAGAF,EAAAU,EAAA,GAGAV,EAAA,KDMM,SAASI,EAAQD,GAEtB,YEjCD,MAAK,aAAeQ,UAASC,cAAc,OAAOC,OAAQ,CACtD,GAAMC,GAAcH,SAASI,eAAe,WACxCD,KAEAA,EAAYE,WAAa","file":"outdated.js","sourcesContent":["/******/ (function(modules) { // webpackBootstrap\n/******/ \t// The module cache\n/******/ \tvar installedModules = {};\n/******/\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(installedModules[moduleId])\n/******/ \t\t\treturn installedModules[moduleId].exports;\n/******/\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = installedModules[moduleId] = {\n/******/ \t\t\texports: {},\n/******/ \t\t\tid: moduleId,\n/******/ \t\t\tloaded: false\n/******/ \t\t};\n/******/\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n/******/\n/******/ \t\t// Flag the module as loaded\n/******/ \t\tmodule.loaded = true;\n/******/\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/\n/******/\n/******/ \t// expose the modules object (__webpack_modules__)\n/******/ \t__webpack_require__.m = modules;\n/******/\n/******/ \t// expose the module cache\n/******/ \t__webpack_require__.c = installedModules;\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__webpack_require__.p = \"\";\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(0);\n/******/ })\n/************************************************************************/\n/******/ ([\n/* 0 */\n/***/ function(module, exports) {\n\n\t'use strict';\n\t\n\t/* Check for outdated browser: This is intended to work for even massively obsolete\r\n\t * browsers: it therefore does not use JQuery and is a separate entry point so it does\r\n\t * not block or depend on other script execution.\r\n\t *\r\n\t * Currently using unprefixed CSS transform as the check:\r\n\t * http://caniuse.com/#search=transform\r\n\t * This means we want IE >= 10, Safari >= 9.\r\n\t * This check does not guarantee others may not work (especially with auto-prefixing), but is\r\n\t * currently a reasonable base check.\r\n\t *\r\n\t * Any changes to this script (or updates to webpack) should take into account very old browsers\r\n\t * or at least IE's emulation of ancient versions.\r\n\t */\n\tif (!('transform' in document.createElement('div').style)) {\n\t var outdatedMsg = document.getElementById('outdated');\n\t if (outdatedMsg) {\n\t /* Triggers the alert message to on. Presumably CSS is actually understood...*/\n\t outdatedMsg.className += ' on';\n\t }\n\t}\n\n/***/ }\n/******/ ]);\n\n\n// WEBPACK FOOTER //\n// outdated.js"," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap c3591920d3802bbf11be","/* Check for outdated browser: This is intended to work for even massively obsolete\r\n * browsers: it therefore does not use JQuery and is a separate entry point so it does\r\n * not block or depend on other script execution.\r\n *\r\n * Currently using unprefixed CSS transform as the check:\r\n * http://caniuse.com/#search=transform\r\n * This means we want IE >= 10, Safari >= 9.\r\n * This check does not guarantee others may not work (especially with auto-prefixing), but is\r\n * currently a reasonable base check.\r\n *\r\n * Any changes to this script (or updates to webpack) should take into account very old browsers\r\n * or at least IE's emulation of ancient versions.\r\n */\r\nif(!('transform' in document.createElement('div').style)) {\r\n const outdatedMsg = document.getElementById('outdated');\r\n if (outdatedMsg) {\r\n /* Triggers the alert message to on. Presumably CSS is actually understood...*/\r\n outdatedMsg.className += ' on';\r\n }\r\n}\r\n\n\n\n// WEBPACK FOOTER //\n// ./src/assets/toolkit/scripts/outdated.js"],"sourceRoot":""}