Searched refs:ieMatch (Results 1 – 1 of 1) sorted by relevance
179 const ieMatch = agent.match(/rv:([\d.]+)\) like gecko/) || agent.match(/msie ([\d.]+)/); constant180 if (ieMatch) {181 type.ie = ieMatch[1];