зеркало из https://github.com/mozilla/pjs.git
Bug 543675 - Assignment to undeclared variable eventItem. r=mfinkle
This commit is contained in:
Родитель
e0c057e8ed
Коммит
1a4f0478e7
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче