augmented doc string
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 25 Nov 2008 04:52:22 +0000 (04:52 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 25 Nov 2008 04:52:22 +0000 (04:52 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11328 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/js/dojo/openils/Util.js

index 1e6c384..424793d 100644 (file)
@@ -102,6 +102,8 @@ if(!dojo._hasResource["openils.Util"]) {
      * 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) {