From: Mike Taylor Date: Wed, 7 May 2014 12:19:31 +0000 (+0100) Subject: Re-indent. X-Git-Tag: 1.0.0~731 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=a2738099ad35f9e680dca307d649a103354798d6;p=mkws-moved-to-github.git Re-indent. --- 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); + }); });