()
| 45 | } |
| 46 | |
| 47 | function isIE9() { |
| 48 | return navigator.appName.indexOf('Internet Explorer') !== -1 && navigator.appVersion.indexOf("MSIE 9") !== -1; |
| 49 | } |
| 50 | |
| 51 | function isIE10() { |
| 52 | return navigator.appName.indexOf('Internet Explorer') !== -1 && navigator.appVersion.indexOf("MSIE 10") !== -1; |
no outgoing calls
no test coverage detected
searching dependent graphs…