LP#1086458: fix typo
authorGalen Charlton <gmc@esilibrary.com>
Wed, 20 Feb 2013 20:00:55 +0000 (15:00 -0500)
committerBen Shum <bshum@biblio.org>
Mon, 4 Mar 2013 19:49:34 +0000 (14:49 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/xul/staff_client/server/patron/info_group.js

index bf30c84..d27db59 100644 (file)
@@ -31,8 +31,8 @@ function my_init() {
 
 function my_cleanup() {
     try {
-        list.cleanup();
-        list.clear();
+        g.list.cleanup();
+        g.list.clear();
     } catch(E) {
         var err_msg = $("commonStrings").getFormattedString('common.exception', ['patron/info_group.xul', E]);
         try { g.error.sdump('D_ERROR',err_msg); } catch(E) { dump(err_msg); }