Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian@mozdev.org <brian@mozdev.org@4eb1ac78-321c-0410-a911-ec516a8615a5>2009-06-10 12:12:04 (GMT)
committer brian@mozdev.org <brian@mozdev.org@4eb1ac78-321c-0410-a911-ec516a8615a5>2009-06-10 12:12:04 (GMT)
commit65aa3390395949fa531f3008f670b5cd826476b6 (patch)
tree8689c180ec46bc823d15427f40e823e3626daee3
parent7d489f1461a93826e4b420188dd18ef82ee76eb1 (diff)
Tabs->Spaces tweak
git-svn-id: http://svn.mozilla.org/addons/trunk@27451 4eb1ac78-321c-0410-a911-ec516a8615a5
-rw-r--r--bandwagon/content/scripts/rpc/service.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bandwagon/content/scripts/rpc/service.js b/bandwagon/content/scripts/rpc/service.js
index 8cb8f90..83c562e 100644
--- a/bandwagon/content/scripts/rpc/service.js
+++ b/bandwagon/content/scripts/rpc/service.js
@@ -279,7 +279,7 @@ Bandwagon.RPC.Service.prototype.authenticate = function(login, password, callbac
Bandwagon.RPC.Service.prototype.getServiceDocument = function(callback)
{
- var service = this;
+ var service = this;
this._logger.debug("Bandwagon.RPC.Service.getServiceDocument: getting service document for logged in user");