diff options
author | JustOff <Off.Just.Off@gmail.com> | 2017-10-03 17:25:12 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2017-10-03 17:25:12 +0300 |
commit | 9127241a807bf42e71b40bb2d79894aa39ee8869 (patch) | |
tree | 9cb1732db1d8db337ee1bfe6e5826b44c5a82d41 | |
parent | c26a841b3bb8337ff52688dab5c12ff64b6a9038 (diff) | |
download | palemoon-gre-9127241a807bf42e71b40bb2d79894aa39ee8869.tar.gz |
Correct formatting
-rw-r--r-- | browser/components/statusbar/Status4Evar.jsm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/browser/components/statusbar/Status4Evar.jsm b/browser/components/statusbar/Status4Evar.jsm index 0792952b8..45692eeec 100644 --- a/browser/components/statusbar/Status4Evar.jsm +++ b/browser/components/statusbar/Status4Evar.jsm @@ -59,8 +59,8 @@ Status4Evar.prototype = setup: function() { - this._toolbox.addEventListener("beforecustomization", this, false); - this._toolbox.addEventListener("aftercustomization", this, false); + this._toolbox.addEventListener("beforecustomization", this, false); + this._toolbox.addEventListener("aftercustomization", this, false); this.toolbars.setup(); this.updateWindow(); |