Skip to content

Instantly share code, notes, and snippets.

/*
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;