From 2fde23e904f34bdf3ca579cf3f545e1ac0332e1d Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 9 Nov 2010 16:43:58 -0700 Subject: [PATCH] doc fixes --- imp/js/viewport.js | 8 ++++---- imp/lib/Ajax/Application.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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,
-- 
2.11.0