From 131367ff5d94cf20011878b67571742b6b3c005b Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 25 Nov 2008 04:52:22 +0000 Subject: [PATCH] augmented doc string git-svn-id: svn://svn.open-ils.org/ILS/trunk@11328 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/Util.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/web/js/dojo/openils/Util.js b/Open-ILS/web/js/dojo/openils/Util.js index 1e6c384d7b..424793d2b3 100644 --- a/Open-ILS/web/js/dojo/openils/Util.js +++ b/Open-ILS/web/js/dojo/openils/Util.js @@ -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) { -- 2.11.0