[open-ils-commits] r11935 - trunk/Open-ILS/web/js/dojo/openils/widget
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jan 23 10:57:49 EST 2009
Author: erickson
Date: 2009-01-23 10:57:47 -0500 (Fri, 23 Jan 2009)
New Revision: 11935
Modified:
trunk/Open-ILS/web/js/dojo/openils/widget/EditDialog.js
Log:
minor cleanup
Modified: trunk/Open-ILS/web/js/dojo/openils/widget/EditDialog.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/EditDialog.js 2009-01-23 15:57:12 UTC (rev 11934)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/EditDialog.js 2009-01-23 15:57:47 UTC (rev 11935)
@@ -15,7 +15,6 @@
editPane : null, // reference to our EditPane object
constructor : function() {
- //this.inherited(arguments);
this.editPane = new openils.widget.EditPane();
},
More information about the open-ils-commits
mailing list