From 595423713c2597b4c2bdb6f78c5196861b5301ad Mon Sep 17 00:00:00 2001 From: Dan Mills Date: Wed, 26 Mar 2008 23:12:58 -0700 Subject: [PATCH] fix typo --- services/sync/modules/stores.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/sync/modules/stores.js b/services/sync/modules/stores.js index 1c264b5ed27b..6c54d1c44ed0 100644 --- a/services/sync/modules/stores.js +++ b/services/sync/modules/stores.js @@ -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) {