Searched refs:fixEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/preload/
H A Dsorttable.js414 event = event || fixEvent(((this.ownerDocument || this.document || this).parentWindow || window).event);
427 function fixEvent(event) { function
429 event.preventDefault = fixEvent.preventDefault;
430 event.stopPropagation = fixEvent.stopPropagation;
433 fixEvent.preventDefault = function() {
436 fixEvent.stopPropagation = function() {

Completed in 125 milliseconds