From d072df27ed1e1bf7c03fcf5b78cad915187f5de8 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 11 Aug 2014 13:36:51 +0100 Subject: [PATCH] Reorder team API functions. --- doc/mkws-developer.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/mkws-developer.markdown b/doc/mkws-developer.markdown index d302027..20ad83a 100644 --- a/doc/mkws-developer.markdown +++ b/doc/mkws-developer.markdown @@ -160,6 +160,10 @@ properties. convenient to do it this way. If you must insist on using this, see the `Navi` widget, which is the only place it's used. +* `Bool team.targetFiltered(targetId)` -- + Indicates whether the specified target has been filtered by + selection as a facet. + * `Hash team.config()` -- Access to the team's configuration settings. There is almost certainly no reason to use this: the settings that haven't @@ -175,10 +179,6 @@ properties. Returns the queue associated with the named event: this can be used to subscribe to the event (or more rarely to publish it). -* `Bool team.targetFiltered(targetId)` -- - Indicates whether the specified target has been filtered by - selection as a facet. - * `Void team.newSearch(query, sortOrder, maxrecs, perpage, limit, targets, targetfilter)` -- Starts a new search with the specified parameters. All but the query may be omitted, in which case the prevailing defaults -- 1.7.10.4