projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aabefa
)
Re-indent.
author
Mike Taylor
<mike@indexdata.com>
Wed, 7 May 2014 12:19:31 +0000
(13:19 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 7 May 2014 12:19:31 +0000
(13:19 +0100)
src/mkws-widget-authname.js
patch
|
blob
|
history
diff --git
a/src/mkws-widget-authname.js
b/src/mkws-widget-authname.js
index
a517e80
..
02cce99
100644
(file)
--- 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);
+ });
});