From c5f73fee3834e72bc7abe61f020ce129b864f660 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 11 Nov 2014 11:08:59 +0000 Subject: [PATCH] Remove expandValue from the documentation: it's not actually exposed in the API and doesn't need to be. --- doc/mkws-developer.markdown | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/mkws-developer.markdown b/doc/mkws-developer.markdown index 7f35917..f672f89 100644 --- a/doc/mkws-developer.markdown +++ b/doc/mkws-developer.markdown @@ -221,9 +221,6 @@ be used by the derived widget. widgets such as `Records` and `Facet` that display some part of a search result. -* `expandValue()` -- - FIXME: either document this or remove it from the API. - * `subwidget(type, overrides, defaults)` -- Returns the HTML of a subwidget of the specified type, which can then be inserted into the widget using the -- 1.7.10.4