[open-ils-commits] r17934 - branches/rel_2_0/Open-ILS/web/js/dojo/openils/widget (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Sep 23 17:00:26 EDT 2010
Author: senator
Date: 2010-09-23 17:00:20 -0400 (Thu, 23 Sep 2010)
New Revision: 17934
Modified:
branches/rel_2_0/Open-ILS/web/js/dojo/openils/widget/ProgressDialog.js
Log:
Backport r17933 from trunk: unneeded comma removed to placate IE
Modified: branches/rel_2_0/Open-ILS/web/js/dojo/openils/widget/ProgressDialog.js
===================================================================
--- branches/rel_2_0/Open-ILS/web/js/dojo/openils/widget/ProgressDialog.js 2010-09-23 20:59:13 UTC (rev 17933)
+++ branches/rel_2_0/Open-ILS/web/js/dojo/openils/widget/ProgressDialog.js 2010-09-23 21:00:20 UTC (rev 17934)
@@ -48,7 +48,7 @@
}
this.inherited(arguments);
- },
+ }
}
);
}
More information about the open-ils-commits
mailing list