From: Michael M Slusarz Date: Mon, 7 Jun 2010 19:56:19 +0000 (-0600) Subject: documentation fixes X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bd429a8b991f83a521cc3f9ea0e77fc867e6e8b8;p=horde.git documentation fixes --- diff --git a/horde/js/keynavlist.js b/horde/js/keynavlist.js index af6ec1154..cb01b7605 100644 --- a/horde/js/keynavlist.js +++ b/horde/js/keynavlist.js @@ -14,15 +14,15 @@ * by default * 'v' - (value) Value of entry * 'onChoose' - (function) Called when an entry is selected. Passed the - * entry value. + * entry value. * 'onHide' - (function) Called when the list is hidden. Passed the - * list container element. + * list container element. * 'onShow' - (function) Called when the list is shown. Passed the - * list container element. + * list container element. * 'domParent' - (Element) Specifies the parent element. Defaults to - * document.body - * 'keydownObserver - (Element) The element to register the keydown handler - * on. Defaults to document. + * document.body + * 'keydownObserver' - (Element) The element to register the keydown + * handler on. Defaults to document. * }); * * [base = (Element) The element to use for display positioning purposes]