From: Galen Charlton Date: Thu, 24 Jan 2013 20:25:47 +0000 (-0500) Subject: LP#1086458: remove references to windows during cleanup X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=131da362381e8d9a53a3bbb68e46d6c7791294b0;p=evergreen%2Fmasslnc.git LP#1086458: remove references to windows during cleanup Signed-off-by: Galen Charlton Signed-off-by: Ben Shum --- diff --git a/Open-ILS/xul/staff_client/server/patron/display.js b/Open-ILS/xul/staff_client/server/patron/display.js index 74e53fcbb0..ffac5d1893 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.js +++ b/Open-ILS/xul/staff_client/server/patron/display.js @@ -688,6 +688,12 @@ patron.display.prototype = { 'cleanup' : function( params ) { var obj = this; + delete obj.search_result; + delete obj.search_window; + delete obj.patron; + delete obj.items_window; + delete obj.summary_window; + delete obj.checkout_window; obj.controller.cleanup(); obj.event_listeners.removeAll(); },