[KSS-checkins] r49439 - kukit/kukit.js/branch/1.2/kukit
reebalazs at codespeak.net
reebalazs at codespeak.net
Thu Dec 6 10:27:30 CET 2007
Author: reebalazs
Date: Thu Dec 6 10:27:30 2007
New Revision: 49439
Modified:
kukit/kukit.js/branch/1.2/kukit/serveraction.js
Log:
Add missing comment
Modified: kukit/kukit.js/branch/1.2/kukit/serveraction.js
==============================================================================
--- kukit/kukit.js/branch/1.2/kukit/serveraction.js (original)
+++ kukit/kukit.js/branch/1.2/kukit/serveraction.js Thu Dec 6 10:27:30 2007
@@ -233,6 +233,14 @@
;;; kukit.E = 'Request failed at url ' + this.oper.queueItem.url;
;;; kukit.E += ', rid=' + this.oper.queueItem.rid + reason;
;;; kukit.logError(kukit.E);
+;;; return;
+ // in case of no logging, we would like to throw an error.
+ // This means user will see something went wrong.
+ // XXX But: throwing an error on Firefox
+ // _seems to be ineffective__
+ // and throwing the error from IE
+ // _throws an ugly window, "Uncaught exception"
+ // TODO figure out something?
}
};
More information about the Kukit-checkins
mailing list