X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=melodactyl%2Fcontent%2Fconfig.js;h=20a12983e84cff4d0d743bbb6e896e2906573e00;hb=3d837eb266a3a01d424192aa4ec1a167366178c5;hp=0213a574dfb222c1025ff61fa143dbd39e8b0e41;hpb=70740024f9c028c1fd63e1a1850ab062ff956054;p=dactyl.git diff --git a/melodactyl/content/config.js b/melodactyl/content/config.js index 0213a57..20a1298 100644 --- a/melodactyl/content/config.js +++ b/melodactyl/content/config.js @@ -182,8 +182,6 @@ const Config = Module("config", ConfigBase, { song: "song" }, this.__proto__.completers)), - hasTabbrowser: true, - removeTab: function (tab) { if (config.tabbrowser.mTabs.length > 1) config.tabbrowser.removeTab(tab); @@ -326,4 +324,4 @@ const Config = Module("config", ConfigBase, { } }); -// vim: set fdm=marker sw=4 ts=4 et: +// vim: set fdm=marker sw=4 sts=4 ts=8 et: