Silence a few more trailing comma warnings
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 28 Apr 2008 02:40:20 +0000 (02:40 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 28 Apr 2008 02:40:20 +0000 (02:40 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@9465 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/marcedit.js

index b391763..0adfa79 100644 (file)
@@ -1090,7 +1090,7 @@ function updateFixedFields (element) {
                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 @@ function marcSubfield (sf) {
                          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);"
                        } )
        );
 }