()
| 54 | } |
| 55 | |
| 56 | function isIOS() { |
| 57 | |
| 58 | return (/iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1); |
| 59 | } |
| 60 | // Default runPrivileged just runs the function directly. |
| 61 | window.cn1RunPrivileged = function(callback) { |
| 62 | callback(); |
no test coverage detected