Searched refs:eventPath (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/libxo/xohtml/external/ |
| HD | jquery.js | 3111 cache, exclusive, i, cur, old, ontype, special, handle, eventPath, bubbleType; variable 3183 eventPath = [[ elem, special.bindType || type ]]; 3189 eventPath.push([ cur, bubbleType ]); 3195 eventPath.push([ old.defaultView || old.parentWindow || window, bubbleType ]); 3200 for ( i = 0; i < eventPath.length; i++ ) { 3202 cur = eventPath[i][0]; 3203 event.type = eventPath[i][1];
|