From 1b50cfcc4d3d72d9ae8eb6fe228dc42c110b44fa Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Tue, 4 Feb 2014 01:00:03 +0100 Subject: [PATCH] Add missing underscore in variable-name --- src/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension.js b/src/extension.js index 74bc607..79abb2b 100644 --- a/src/extension.js +++ b/src/extension.js @@ -299,7 +299,7 @@ const WeatherMenuButton = new Lang.Class({ stop: function() { if (_httpSession != undefined) - !httpSession.abort(); + !_httpSession.abort(); _httpSession = undefined;