X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-widget-authname.js;h=02cce99880fc3061450a0393bf37e3060510ebb6;hb=fcd1e7986b3d291349b00c6f9c1b81e140daf079;hp=a517e8035c7cb09570a36e64e5737949fa6482d5;hpb=805d1cd18b79c789f477dccd8651396439a550f3;p=mkws-moved-to-github.git 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); + }); });