doc fixes
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 9 Nov 2010 23:43:58 +0000 (16:43 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 9 Nov 2010 23:45:11 +0000 (16:45 -0700)
imp/js/viewport.js
imp/lib/Ajax/Application.php

index 635c332..1a3519d 100644 (file)
@@ -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.
index 404e747..bd20d0b 100644 (file)
@@ -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:
      * <pre>
      * 'cacheid' - (string) The browser (ViewPort) cache identifier.
      * 'forceUpdate' - (integer) If 1, forces an update,