[open-ils-commits] r9465 -
trunk/Open-ILS/xul/staff_client/server/cat
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Apr 27 23:20:14 EDT 2008
Author: dbs
Date: 2008-04-27 22:40:20 -0400 (Sun, 27 Apr 2008)
New Revision: 9465
Modified:
trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js
Log:
Silence a few more trailing comma warnings
Modified: trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js 2008-04-28 01:34:29 UTC (rev 9464)
+++ trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js 2008-04-28 02:40:20 UTC (rev 9465)
@@ -1090,7 +1090,7 @@
ldr : _record.leader,
_6 : _record.controlfield.(@tag=='006'),
_7 : _record.controlfield.(@tag=='007'),
- _8 : _record.controlfield.(@tag=='008'),
+ _8 : _record.controlfield.(@tag=='008')
};
var name = element.getAttribute('name');
@@ -1305,7 +1305,7 @@
onmouseover : 'getTooltip(this, "subfield");',
contextmenu : function (event) { getAuthorityContextMenu(event.target, sf) },
size : new String(sf.text()).length + 2,
- oninput : "this.setAttribute('size', this.value.length + 2);",
+ oninput : "this.setAttribute('size', this.value.length + 2);"
} )
);
}
More information about the open-ils-commits
mailing list