Add missing underscore in variable-name

multiprovider
Jens Lody 11 years ago
parent 947a39800f
commit 1b50cfcc4d
  1. 2
      src/extension.js

@ -299,7 +299,7 @@ const WeatherMenuButton = new Lang.Class({
stop: function() {
if (_httpSession != undefined)
!httpSession.abort();
!_httpSession.abort();
_httpSession = undefined;

Loading…
Cancel
Save