summaryrefslogtreecommitdiff
path: root/common/content/tabs.js
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-07-15 18:03:17 +1000
committerDoug Kearns <dougkearns@gmail.com>2009-07-15 18:03:17 +1000
commitf1ca259fac629e390d40a1a7b217cf593d7e0941 (patch)
tree6c862de6e9c0f5b47a9482d5ac7fd7fcaab15ed1 /common/content/tabs.js
parentf57d0c05a90abf0b42a770b2d42dd2ae446a7baa (diff)
downloadpentadactyl-f1ca259fac629e390d40a1a7b217cf593d7e0941.tar.gz
Rename "tabUndo" feature to "tabs_undo".
Diffstat (limited to 'common/content/tabs.js')
-rw-r--r--common/content/tabs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/content/tabs.js b/common/content/tabs.js
index 0506a381..4a4de4e0 100644
--- a/common/content/tabs.js
+++ b/common/content/tabs.js
@@ -285,7 +285,7 @@ function Tabs() //{{{
{ count: true });
// TODO: feature dependencies - implies "session"?
- if (liberator.has("tabUndo"))
+ if (liberator.has("tabs_undo"))
{
mappings.add([modes.NORMAL], ["u"],
"Undo closing of a tab",
@@ -609,7 +609,7 @@ function Tabs() //{{{
});
}
- if (liberator.has("tabUndo"))
+ if (liberator.has("tabs_undo"))
{
commands.add(["u[ndo]"],
"Undo closing of a tab",