From 30a9f308c3f1b649c991e27b2f8115da5a485ddd Mon Sep 17 00:00:00 2001 From: senator Date: Thu, 23 Sep 2010 21:00:20 +0000 Subject: [PATCH] Backport r17933 from trunk: unneeded comma removed to placate IE git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@17934 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/widget/ProgressDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/openils/widget/ProgressDialog.js b/Open-ILS/web/js/dojo/openils/widget/ProgressDialog.js index 887fe0467d..7d2d43d34f 100644 --- a/Open-ILS/web/js/dojo/openils/widget/ProgressDialog.js +++ b/Open-ILS/web/js/dojo/openils/widget/ProgressDialog.js @@ -48,7 +48,7 @@ if(!dojo._hasResource['openils.widget.ProgressDialog']) { } this.inherited(arguments); - }, + } } ); } -- 2.11.0