From aac2944c2ae9921821380983f0e0ae500231ef51 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 22 Feb 2014 15:28:39 -0800 Subject: [PATCH] Err... --- common/modules/main.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/main.jsm b/common/modules/main.jsm index 1c067f90..fb02a5fe 100644 --- a/common/modules/main.jsm +++ b/common/modules/main.jsm @@ -231,7 +231,7 @@ overlay.overlayWindow(Object.keys(config.overlays), }, cleanup: function cleanup(window) { - overlay.windows.remove(window); + overlay.windows.delete(window); Cu.nukeSandbox(this.jsmodules); },