Skip to content

Instantly share code, notes, and snippets.

View sundayu's full-sized avatar

Dayu Sun sundayu

  • Cisco
  • Hangzhou/CN
  • 00:43 (UTC +08:00)
View GitHub Profile
/*
Script: Event.js
Contains the Browser native event enhancement, to make the event object completely crossbrowser.
License:
MIT-style license.
*/
function Event(event){
if ((event = event || window.event).event) event = event.event;