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:
b53cc13
)
Re-indent.
author
Mike Taylor
<mike@indexdata.com>
Wed, 7 May 2014 12:20:02 +0000
(13:20 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 7 May 2014 12:20:02 +0000
(13:20 +0100)
src/mkws-widget-log.js
patch
|
blob
|
history
diff --git
a/src/mkws-widget-log.js
b/src/mkws-widget-log.js
index
05af4fa
..
828ac48
100644
(file)
--- a/
src/mkws-widget-log.js
+++ b/
src/mkws-widget-log.js
@@
-1,7
+1,7
@@
mkws.registerWidgetType('Log', function() {
- var that = this;
+ var that = this;
- this.team.queue("log").subscribe(function(teamName, timestamp, message) {
- $(that.node).append(teamName + ": " + timestamp + message + "<br/>");
- });
+ this.team.queue("log").subscribe(function(teamName, timestamp, message) {
+ $(that.node).append(teamName + ": " + timestamp + message + "<br/>");
+ });
});