Changeset 9465

Show
Ignore:
Timestamp:
04/27/08 22:40:20 (3 weeks ago)
Author:
dbs
Message:

Silence a few more trailing comma warnings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js

    r9358 r9465  
    10911091                _6 : _record.controlfield.(@tag=='006'), 
    10921092                _7 : _record.controlfield.(@tag=='007'), 
    1093                 _8 : _record.controlfield.(@tag=='008'), 
     1093                _8 : _record.controlfield.(@tag=='008') 
    10941094        }; 
    10951095 
     
    13061306                          contextmenu : function (event) { getAuthorityContextMenu(event.target, sf) }, 
    13071307                          size : new String(sf.text()).length + 2, 
    1308                           oninput : "this.setAttribute('size', this.value.length + 2);", 
     1308                          oninput : "this.setAttribute('size', this.value.length + 2);" 
    13091309                        } ) 
    13101310        );