[open-ils-commits] r17933 - trunk/Open-ILS/web/js/dojo/openils/widget (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Sep 23 16:59:19 EDT 2010
Author: senator
Date: 2010-09-23 16:59:13 -0400 (Thu, 23 Sep 2010)
New Revision: 17933
Modified:
trunk/Open-ILS/web/js/dojo/openils/widget/ProgressDialog.js
Log:
IE hates the dangling comma (sometimes).
Modified: trunk/Open-ILS/web/js/dojo/openils/widget/ProgressDialog.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/ProgressDialog.js 2010-09-23 20:48:27 UTC (rev 17932)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/ProgressDialog.js 2010-09-23 20:59:13 UTC (rev 17933)
@@ -48,7 +48,7 @@
}
this.inherited(arguments);
- },
+ }
}
);
}
More information about the open-ils-commits
mailing list