]> git.donarmstrong.com Git - dactyl.git/blobdiff - melodactyl/content/config.js
Import 1.0rc1 supporting Firefox up to 11.*
[dactyl.git] / melodactyl / content / config.js
index 02702037706bcfbe0f35429d5aaf192652a31006..273a80cd5dc91f59364a4f1fbba20fe620221a0e 100644 (file)
@@ -133,7 +133,7 @@ const Config = Module("config", ConfigBase, {
     },
 
     /*** optional options, there are checked for existence and a fallback provided  ***/
-    features: set(["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "player"]),
+    features: Set(["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "player"]),
 
     defaults: {
         guioptions: "bCmprs",
@@ -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);