From: Michael M Slusarz Date: Tue, 9 Nov 2010 23:43:58 +0000 (-0700) Subject: doc fixes X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2fde23e904f34bdf3ca579cf3f545e1ac0332e1d;p=horde.git doc fixes --- diff --git a/imp/js/viewport.js b/imp/js/viewport.js index 635c3323c..1a3519d63 100644 --- a/imp/js/viewport.js +++ b/imp/js/viewport.js @@ -49,8 +49,8 @@ * return: NONE * onAjaxRequest: (function) Callback function that allows additional * parameters to be added to the outgoing AJAX request. - params: (string) The current view. - return: (Hash) Parameters to add to the outgoing request. + * params: (string) The current view. + * return: (Hash) Parameters to add to the outgoing request. * onAjaxResponse: (function) Callback function that allows user-defined code * to additionally process the AJAX return data. * params: (XMLHttpRequest object) @@ -59,8 +59,8 @@ * return: NONE * onCachedList: (function) Callback function that allows the cache ID string * to be dynamically generated. - params: (string) The current view. - return: (string) The cache ID string to use. + * params: (string) The current view. + * return: (string) The cache ID string to use. * onContentOffset: (function) Callback function that alters the starting * offset of the content about to be rendered. * params: (integer) The current offset. diff --git a/imp/lib/Ajax/Application.php b/imp/lib/Ajax/Application.php index 404e74713..bd20d0bbf 100644 --- a/imp/lib/Ajax/Application.php +++ b/imp/lib/Ajax/Application.php @@ -1946,7 +1946,7 @@ class IMP_Ajax_Application extends Horde_Core_Ajax_Application /** * Determine if the cache information has changed. * - * The following variables: + * Variables used: *
      * 'cacheid' - (string) The browser (ViewPort) cache identifier.
      * 'forceUpdate' - (integer) If 1, forces an update,