Change parameter sequence in mouse event code.

This commit is contained in:
Jürg Lehni 2011-11-16 23:47:51 +01:00
parent 9061daa935
commit cf54b1a7c1
2 changed files with 10 additions and 10 deletions

View file

@ -20,7 +20,7 @@
* @extends Event
*/
var MouseEvent = this.MouseEvent = Event.extend(/** @lends MouseEvent# */{
initialize: function(type, point, target, event) {
initialize: function(type, event, point, target) {
this.base(event);
this.type = type;
this.point = point;