Home
last modified time | relevance | path

Searched refs:vkb_detectIE (Results 1 – 2 of 2) sorted by relevance

/plugin/vkeyboard/
H A Dvkeyboard.js1vkb_detectIE(){var c=window.navigator.userAgent;var b=c.indexOf("MSIE ");if(b>0){return parseInt(c… function
H A Dvkeyboard.js.unc61 function vkb_detectIE() {
112 this.VKI_isIE = vkb_detectIE();