diff options
author | Doug Kearns <dougkearns@gmail.com> | 2010-11-12 22:59:39 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2010-11-12 22:59:39 +1100 |
commit | edbce58a59c1dfe22ee3f0515f09a669d1bc2d14 (patch) | |
tree | 0645e0a8284d4ca08491d61461a4f8da7512d923 /common/content/commandline.js | |
parent | 5faa13c9967c8fbb6b7137574eb6f7421c9873ae (diff) | |
download | pentadactyl-edbce58a59c1dfe22ee3f0515f09a669d1bc2d14.tar.gz |
Remove some unused self var declarations.
Diffstat (limited to 'common/content/commandline.js')
-rw-r--r-- | common/content/commandline.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/content/commandline.js b/common/content/commandline.js index 8fa7309a..8f28ddda 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -10,7 +10,6 @@ const CommandWidgets = Class("CommandWidgets", { init: function () { - const self = this; this.elements = {}; this.addElement({ name: "container", |