blob: e2bbcf9e29376e5f25d32a79c3ddd245f45394f1 [file] [log] [blame]
var featureSupport = (function(){
var ob = {
maskType: true
};
if (/MSIE 10/i.test(navigator.userAgent) || /MSIE 9/i.test(navigator.userAgent) || /rv:11.0/i.test(navigator.userAgent) || /Edge\/\d./i.test(navigator.userAgent)) {
ob.maskType = false;
}
return ob;
}());