Ticket #5822: 5822.patch
File 5822.patch, 427 bytes (added by , 15 years ago) |
---|
-
_source/core/dom/event.js
84 84 if ( $.preventDefault ) 85 85 $.preventDefault(); 86 86 else 87 { 88 if ( $.type == 'keydown' ) 89 $.keyCode = 0; 87 90 $.returnValue = false; 91 } 88 92 89 93 if ( stopPropagation ) 90 94 this.stopPropagation();