[open-ils-commits] r11328 - trunk/Open-ILS/web/js/dojo/openils

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Nov 24 23:52:24 EST 2008


Author: erickson
Date: 2008-11-24 23:52:22 -0500 (Mon, 24 Nov 2008)
New Revision: 11328

Modified:
   trunk/Open-ILS/web/js/dojo/openils/Util.js
Log:
augmented doc string

Modified: trunk/Open-ILS/web/js/dojo/openils/Util.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/Util.js	2008-11-25 04:51:19 UTC (rev 11327)
+++ trunk/Open-ILS/web/js/dojo/openils/Util.js	2008-11-25 04:52:22 UTC (rev 11328)
@@ -102,6 +102,8 @@
      * If false, they will be treated as error conditions and their content will
      * be alerted if openils.Util.alertEvent is set to true.  Also, if eventOk is
      * false, the response content will be null when an event is encountered.
+     * @param isList If true, assume the response will be a list of data and
+     * check the 1st item in the list for event-ness instead of the list itself.
      */
     openils.Util.alertEvent = true;
     openils.Util.readResponse = function(r, eventOk, isList) {



More information about the open-ils-commits mailing list