Rename Event to DOMEvent.
commit5a8a67f9915bbfa5792b6c366bf5473752a228bc
authorcpojer <christoph.pojer@gmail.com>
Wed, 31 Aug 2011 02:38:20 +0000 (30 19:38 -0700)
committercpojer <christoph.pojer@gmail.com>
Sat, 3 Sep 2011 01:36:38 +0000 (2 18:36 -0700)
treef911de69cd3a1bfc05be2274e9b4b60655af746f
parentbb11f66a8ff13d9f658c172cc14e764053851533
Rename Event to DOMEvent.

* Inverse the [Key, Code] map to be [Code, Key] for O(1) lookups and provide public DOMEvent.defineKey(s) API to modify them
* It is all backwards compatible to 1.2 and 1.3.
Docs/Types/DOMEvent.md [moved from Docs/Types/Event.md with 76% similarity]
Source/Element/Element.Event.js
Source/Types/DOMEvent.js [moved from Source/Types/Event.js with 78% similarity]