Show
Ignore:
Timestamp:
04/29/08 09:49:47 (3 months ago)
Author:
dbs
Message:

JavaScript? strictness cleanup to reduce warning noise at console

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Open-ILS/xul/staff_client/server/main/ws_info.xul

    r8923 r9483  
    132132                                                        obj.id(),  
    133133                                                        ( !get_bool( g.aout_hash[ obj.ou_type() ].can_have_users() ) ), 
    134                                                         ( g.aout_hash[ obj.ou_type() ].depth() ), 
     134                                                        ( g.aout_hash[ obj.ou_type() ].depth() ) 
    135135                                                ];  
    136136                                        } 
     
    151151                                                'title' : document.getElementById('commonStrings').getString('staff.main.gen_offline_widgets.registration.override'), 
    152152                                                'overridable_events' : [  
    153                                                         1703 /* WORKSTATION_NAME_EXISTS */,  
    154                                                 ], 
     153                                                        1703 /* WORKSTATION_NAME_EXISTS */ 
     154                                                ] 
    155155                                        } 
    156156                                ); 
     
    167167                                                'name' : g.my_libs_shortname_hash[ g.ml.value ] + '-' + g.tb.value,  
    168168                                                'owning_lib' : g.ml.value, 
    169                                                 'lib_shortname' : g.my_libs_shortname_hash[ g.ml.value ], 
     169                                                'lib_shortname' : g.my_libs_shortname_hash[ g.ml.value ] 
    170170                                        }; 
    171171                                        xulG.file.get('ws_info');