Made it so that you can pass in an event object to the trigger data args and it'll...
authorJohn Resig <jeresig@gmail.com>
Thu, 30 Aug 2007 16:34:34 +0000 (16:34 +0000)
committerJohn Resig <jeresig@gmail.com>
Thu, 30 Aug 2007 16:34:34 +0000 (16:34 +0000)
commit5c19701a89c4b56e130a213759eb035fb0c302dc
tree0d9401ac8efb509816b85f939a7409c738084f6e
parent042a46386a4e5efe787f963245aa534663559838
Made it so that you can pass in an event object to the trigger data args and it'll override the custom event object (this way you can pass in the event object of a mousemove to a drag event trigger, for example).
src/event/event.js
src/event/eventTest.js