diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-25 16:00:56 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-25 16:00:56 -0500 |
commit | dca9f2df86acf14a6cde40630fca64ca619f150c (patch) | |
tree | de0c19f9a75161ebc5b8b72f03e098b8bb2c48d3 /common/content/tabs.js | |
parent | ce13a4629e7afb276d3c26652df37c3f352e5f50 (diff) | |
download | pentadactyl-dca9f2df86acf14a6cde40630fca64ca619f150c.tar.gz |
Merge changes from bootstrapped.
Diffstat (limited to 'common/content/tabs.js')
-rw-r--r-- | common/content/tabs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/tabs.js b/common/content/tabs.js index 5337abc9..f7a6ad5f 100644 --- a/common/content/tabs.js +++ b/common/content/tabs.js @@ -13,7 +13,7 @@ /** * @instance tabs */ -const Tabs = Module("tabs", { +var Tabs = Module("tabs", { init: function () { this._alternates = [config.tabbrowser.mCurrentTab, null]; |