From a2738099ad35f9e680dca307d649a103354798d6 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 7 May 2014 13:19:31 +0100 Subject: [PATCH] Re-indent. --- src/mkws-widget-authname.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mkws-widget-authname.js b/src/mkws-widget-authname.js index a517e80..02cce99 100644 --- a/src/mkws-widget-authname.js +++ b/src/mkws-widget-authname.js @@ -1,7 +1,7 @@ mkws.registerWidgetType('Authname', function() { - var that = this; + var that = this; - this.team.queue("authenticated").subscribe(function(authName) { - $(that.node).html(authName); - }); + this.team.queue("authenticated").subscribe(function(authName) { + $(that.node).html(authName); + }); }); -- 1.7.10.4