From 6c064364528fc931cd59704441210adf9e3194dd Mon Sep 17 00:00:00 2001 From: Deathamns Date: Tue, 30 Dec 2014 22:24:24 +0100 Subject: [PATCH] Firefox: popup size for menu-panel --- platform/firefox/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/bootstrap.js b/platform/firefox/bootstrap.js index 128af1d..0605b83 100644 --- a/platform/firefox/bootstrap.js +++ b/platform/firefox/bootstrap.js @@ -105,7 +105,7 @@ function shutdown(data, reason) { bgProcess.parentNode.removeChild(bgProcess); - // remove the restartObserver only when the extension is being disabled + // Remove the restartObserver only when the extension is being disabled if ( data !== undefined ) { restartObserver.unregister(); }