X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=doc%2Fmkws-developer.markdown;fp=doc%2Fmkws-developer.markdown;h=67a36f9bc8f80964c5bb0aec031efe8eea8f93bb;hp=d6a9aa48afe24604f9121432f4b71e3c33f43c19;hb=54aa4eba614023a12406c661003bb3247965eef2;hpb=f18fa1c0435899556944a3569b3b3c9d5cc20e75 diff --git a/doc/mkws-developer.markdown b/doc/mkws-developer.markdown index d6a9aa4..67a36f9 100644 --- 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,