From 3e4945b0332245adce6c5d74b96f7c4789ae2457 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 16 Oct 2012 23:06:45 +0100 Subject: [PATCH] Improving comments --- core/modules/macros/reveal.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/modules/macros/reveal.js b/core/modules/macros/reveal.js index 18b121476..df1d0be45 100644 --- a/core/modules/macros/reveal.js +++ b/core/modules/macros/reveal.js @@ -11,11 +11,12 @@ The parameters are: * ''type'' - type of the hide/reveal state: ** //popup// - a popup - the state tiddler should contain the page coordinates of the button that triggered the popup ** //match// - reveals if the state tiddler matches the match text +** //nomatch// - reveals if the state tiddler does not match the match text * ''position'' - popup position: //left//, //above//, //right//, //below// or //belowleft// * ''text'' - match text * ''qualifyTiddlerTitles'' - if present, causes the title of the state tiddler to be qualified with the current tiddler stack * ''default'' - default hide/reveal state: `open` if visible, otherwise hidden -* ''class'' - CSS class(es) to be assigned to the +* ''class'' - CSS class(es) to be assigned to the revealed element \*/ (function(){