This commit is contained in:
Dan Mills 2008-03-26 23:12:58 -07:00
Родитель 332279d554
Коммит 595423713c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -72,10 +72,10 @@ Store.prototype = {
},
applyCommands: function Store_applyCommands(commandList) {
let self = yield;
let self = yield, timer;
if (this._yieldDuringApply)
let timer = Cc["@mozilla.org/timer;1"].createInstance(Ci.nsITimer);
timer = Cc["@mozilla.org/timer;1"].createInstance(Ci.nsITimer);
for (var i = 0; i < commandList.length; i++) {
if (this._yieldDuringApply) {