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:
f18fa1c
)
Remove redundant statement.
author
Mike Taylor
<mike@indexdata.com>
Tue, 11 Nov 2014 12:09:52 +0000
(12:09 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 11 Nov 2014 12:09:52 +0000
(12:09 +0000)
doc/mkws-developer.markdown
patch
|
blob
|
history
diff --git
a/doc/mkws-developer.markdown
b/doc/mkws-developer.markdown
index
d6a9aa4
..
67a36f9
100644
(file)
--- a/
doc/mkws-developer.markdown
+++ b/
doc/mkws-developer.markdown
@@
-151,8
+151,7
@@
This simple widget illustrates several important points:
* You can add functionality to a widget by subscribing it to an
event's queue using `this.team.queue("EVENT").subscribe`. The
argument is a function which is called whenever the event is
- published. The arguments to the event-callback function are
- different for different events.
+ published.
* As with so much JavaScript programming, the value of the special
variable `this` is lost inside the `subscribe` callback function,