{"version":3,"sources":["front/head.js"],"names":["navigator","userAgent","match","msViewportStyle","document","createElement","appendChild","createTextNode","getElementsByTagName"],"mappings":"CAIA,WACA,GAAAA,UAAAC,UAAAC,MAAA,mBAAA,CACA,IAAAC,EAAAC,SAAAC,cAAA,SACAF,EAAAG,YACAF,SAAAG,eAAA,wCAEAH,SAAAI,qBAAA,QAAA,GAAAF,YAAAH,IANA","file":"head.js","sourcesContent":["//= require front/_modernizr\n//= require_self\n\n// IE10 Windows Phone 8 @viewport bug fix\n(function() {\n if (navigator.userAgent.match(/IEMobile\\/10\\.0/)) {\n var msViewportStyle = document.createElement(\"style\");\n msViewportStyle.appendChild(\n document.createTextNode(\"@-ms-viewport{width:auto!important}\")\n );\n document.getElementsByTagName(\"head\")[0].appendChild(msViewportStyle);\n }\n})();\n"]}