From: senator Date: Thu, 23 Sep 2010 20:59:13 +0000 (+0000) Subject: IE hates the dangling comma (sometimes). X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a6f2d1cfadb0ff2d9e350fb1f271812efa8a7e45;p=evergreen%2Fpines.git IE hates the dangling comma (sometimes). git-svn-id: svn://svn.open-ils.org/ILS/trunk@17933 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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); - }, + } } ); }