Searched refs:isSupported (Results 1 – 5 of 5) sorted by relevance
191 var isSupported = eventName in this.$element variable192 if (!isSupported) {194 isSupported = typeof this.$element[eventName] === 'function'196 return isSupported
479 var isSupported = eventName in this.$element;480 if (!isSupported) {482 isSupported = typeof this.$element[eventName] === 'function';484 return isSupported;
1798 var isSupported = eventName in this.$element variable1799 if (!isSupported) {1801 isSupported = typeof this.$element[eventName] === 'function'1803 return isSupported
1155 isSupported;1322 isSupported = ( tds[ 0 ].offsetHeight === 0 );1329 support.reliableHiddenOffsets = isSupported && ( tds[ 0 ].offsetHeight === 0 );1363 isSupported = ( eventName in div );1364 if ( !isSupported ) {1366 isSupported = ( typeof div[ eventName ] === "function" );1368 support[ i + "Bubbles" ] = isSupported;
1 …th","progressContexts","resolveContexts","fragment","opt","eventName","isSupported","cssText","get…