From: Mike Taylor Date: Tue, 11 Nov 2014 11:17:10 +0000 (+0000) Subject: Rework discussion. X-Git-Tag: 1.0.0~16 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=461e26cfa97d511db70fafb89c889dbb089ac7b2 Rework discussion. --- diff --git a/doc/mkws-developer.markdown b/doc/mkws-developer.markdown index 80f6603..a299eeb 100644 --- a/doc/mkws-developer.markdown +++ b/doc/mkws-developer.markdown @@ -234,10 +234,10 @@ be used by the derived widget. In addition to these properties and methods of the bare widget object, some kinds of specific widget add other properties of their own. For -example, the `Builder` widget uses a `callback` property as the +example, the `builder` widget uses a `callback` property as the function that it use to publish the widget definition that it constructs. This defaults to the builtin function `alert`, but can be -overridden by derived widgets such as `ConsoleBuilder`. +overridden by derived widgets such as `console-builder`. Team methods