Changeset 9467

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

Silence some more trailing comma warnings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Open-ILS/xul/staff_client/chrome/content/main/constants.js

    r9057 r9467  
    1616                '3' : { 'disable_in_copy_editor' : true, 'block_mark_item_action' : true }, /* | Lost           | f */ 
    1717                '6' : { 'disable_in_copy_editor' : true, 'block_mark_item_action' : true }, /* | In transit     | t */ 
    18                 '8' : { 'disable_in_copy_editor' : true, 'block_mark_item_action' : false }, /* | On holds shelf | t */ 
     18                '8' : { 'disable_in_copy_editor' : true, 'block_mark_item_action' : false } /* | On holds shelf | t */ 
    1919        } 
    2020} 
     
    215215    'USER_ORG_UNIT_OPT_IN_FEATURE' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.org_unit_opt_in.enabled' }, 
    216216    'USER_ORG_UNIT_OPT_IN_CHECK' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.org_unit_opt_in.check' }, 
    217     'USER_ORG_UNIT_OPT_IN_CREATE' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.org_unit_opt_in.create' }, 
     217    'USER_ORG_UNIT_OPT_IN_CREATE' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.org_unit_opt_in.create' } 
    218218} 
    219219 
     
    311311        'XUL_Z3950_IMPORT' : '/xul/server/cat/z3950.xul', 
    312312        'TEST_HTML' : '/xul/server/main/test.html', 
    313         'TEST_XUL' : '/xul/server/main/test.xul', 
     313        'TEST_XUL' : '/xul/server/main/test.xul' 
    314314}