Fixed IE issues + verisoning for iframeloader and boot

This commit is contained in:
jdescottes
2014-07-06 17:15:18 +02:00
parent 8f5ead43d9
commit 707a69182f
9 changed files with 29 additions and 19 deletions

View File

@@ -4,6 +4,7 @@
ns.UserAgent = {
isIE : /MSIE/i.test( ua ),
isIE11 : /trident/i.test( ua ),
isChrome : /Chrome/i.test( ua ),
isFirefox : /Firefox/i.test( ua )
};