mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 543675 - Assignment to undeclared variable eventItem. r=mfinkle
This commit is contained in:
parent
b0e081ef6b
commit
0c0415832c
@ -140,7 +140,7 @@ Events.prototype = {
|
||||
},
|
||||
|
||||
dispatch : function evts_dispatch(aEvent, aEventItem) {
|
||||
eventItem = new EventItem(aEvent, aEventItem);
|
||||
var eventItem = new EventItem(aEvent, aEventItem);
|
||||
|
||||
this._listeners.forEach(function(key){
|
||||
if (key.event == aEvent) {
|
||||
|
Loading…
Reference in New Issue
Block a user