Searched refs:delegateCount (Results 1 – 1 of 1) sorted by relevance
2973 handlers.delegateCount = 0;2997 handlers.splice( handlers.delegateCount++, 0, handleObj );3056 eventType.delegateCount--;3260 delegateCount = handlers.delegateCount, variable3273 if ( delegateCount && !event.target.disabled && !(event.button && event.type === "click") ) {3278 for ( i = 0; i < delegateCount; i++ ) {3300 if ( handlers.length > delegateCount ) {3301 handlerQueue.push({ elem: this, matches: handlers.slice( delegateCount ) });