X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo.js;h=c6542150be0198f80a7c6f78e71630c7f5c3f76a;hb=371c195eb26a9a3ba996cb90f1dacb65914f5025;hp=d0319f5866361eb3814d008317bee90699aee281;hpb=e0a11e4d8ea0f91987df2d435268e060a8836ce7;p=roojs1 diff --git a/Roo.js b/Roo.js index d0319f5866..c6542150be 100644 --- a/Roo.js +++ b/Roo.js @@ -60,6 +60,7 @@ Roo.apply = function(o, c, defaults){ isIE = ua.indexOf("msie") > -1, isIE7 = ua.indexOf("msie 7") > -1, isIE11 = /trident.*rv\:11\./.test(ua), + isEdge = ua.indexOf("edge/") > -1, isGecko = !isSafari && ua.indexOf("gecko") > -1, isBorderBox = isIE && !isStrict, isWindows = (ua.indexOf("windows") != -1 || ua.indexOf("win32") != -1),