Changeset 9471

Show
Ignore:
Timestamp:
04/27/08 23:43:59 (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

    r9466 r9471  
    13131313function loadRecord(rec) { 
    13141314        try { 
    1315                         _record = rec; 
     1315                        var _record = rec; 
    13161316                        var grid_rows = document.getElementById('recGrid').lastChild; 
    13171317 
     
    14091409                                                'e.initMutationEvent("change",1,1,null,0,0,0,0);' + 
    14101410                                                'current_focus.inputField.dispatchEvent(e);', 
    1411                                           tooltiptext : sf.description, 
     1411                                          tooltiptext : sf.description 
    14121412                                        } 
    14131413                                ) 
     
    15831583                                                applyAuthority(event.target.previousSibling, target, sf); 
    15841584                                                return true; 
    1585                                   }, 
     1585                                  } 
    15861586                                } 
    15871587                        ) 
     
    17931793                        182 : 'z', 
    17941794                        185 : 'z' 
    1795                 }, 
     1795                } 
    17961796        }, 
    17971797        630 : {