IE hates the dangling comma (sometimes).
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 23 Sep 2010 20:59:13 +0000 (20:59 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 23 Sep 2010 20:59:13 +0000 (20:59 +0000)
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

index 887fe04..7d2d43d 100644 (file)
@@ -48,7 +48,7 @@ if(!dojo._hasResource['openils.widget.ProgressDialog']) {
                 }
                     
                 this.inherited(arguments);
-            },
+            }
         }
     );
 }