| author | Yves-Marie Haussonne <ymh.work+github@gmail.com> |
| Fri, 09 May 2014 18:35:26 +0200 | |
| changeset 656 | a84519031134 |
| parent 0 | 40c8f766c9b8 |
| permissions | -rw-r--r-- |
| 0 | 1 |
YUI Event Simulation Utilities |
2 |
Module Name: "event-simulate" |
|
3 |
Documentation: http://developer.yahoo.com/yui/3/event |
|
4 |
||
5 |
3.0.0 |
|
6 |
* No changes. |
|
7 |
||
8 |
3.0.0b1 |
|
9 |
||
10 |
* Moved out of event module. |
|
11 |
* References to document changed to Y.config.doc. |
|
12 |
* Removed methods on Y.Event in favor of just simulate(). |
|
13 |
* simulate() now throws an error if the event isn't supported (trac# 2527823). |
|
14 |
||
15 |
3.0.0PR2 |
|
16 |
||
17 |
* No changes. |
|
18 |
||
19 |
3.0.0PR1 |
|
20 |
||
21 |
* Initial release. |