From a6f2d1cfadb0ff2d9e350fb1f271812efa8a7e45 Mon Sep 17 00:00:00 2001 From: senator Date: Thu, 23 Sep 2010 20:59:13 +0000 Subject: [PATCH] IE hates the dangling comma (sometimes). git-svn-id: svn://svn.open-ils.org/ILS/trunk@17933 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.43.2