This follows up on observations made by Steven Chan that
suggests that even the act of creating an anonymous hash and
passing it to a global function can cause (I assume) JavaScript
execution contexts to be leaked.
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
'refresh_checkout',
function() {
try {
- obj.set_tab(obj.url_prefix('XUL_PATRON_BARCODE_ENTRY'),{},{});
+ obj.set_tab(obj.url_prefix('XUL_PATRON_BARCODE_ENTRY'));
} catch(E) {
obj.error.sdump('D_ERROR','tab_refresh_checkout_handler: ' + js2JSON(E));
}