{"version":3,"file":"vendors-lodash~my-page-app~AccordionBlock~f1756d1d3d1f24270e6a9d2273f12442.chunk.cb7d9b8a4748753b76e2.js","mappings":"sFAAA,IAAIA,EAAW,EAAQ,OAGnBC,EAAY,EAwBhBC,EAAOC,QALP,SAAkBC,GAChB,IAAIC,IAAOJ,EACX,OAAOD,EAASI,GAAUC,CAC5B,C","sources":["webpack://Kristiania.Web/./node_modules/lodash/uniqueId.js"],"sourcesContent":["var toString = require('./toString');\n\n/** Used to generate unique IDs. */\nvar idCounter = 0;\n\n/**\n * Generates a unique ID. If `prefix` is given, the ID is appended to it.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {string} [prefix=''] The value to prefix the ID with.\n * @returns {string} Returns the unique ID.\n * @example\n *\n * _.uniqueId('contact_');\n * // => 'contact_104'\n *\n * _.uniqueId();\n * // => '105'\n */\nfunction uniqueId(prefix) {\n var id = ++idCounter;\n return toString(prefix) + id;\n}\n\nmodule.exports = uniqueId;\n"],"names":["toString","idCounter","module","exports","prefix","id"],"sourceRoot":""}