1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-11 06:34:13 +01:00

Tell tabs.js to stay out of my way via brute force via .vimperatorrc rather than via kludgy (but colorful!) variable names.

This commit is contained in:
Kris Maglione
2009-10-15 19:02:48 -04:00
parent 9ef122da08
commit 0b5f523b5d

View File

@@ -570,7 +570,7 @@ function Tabs() //{{{
"Detach current tab to its own window",
function ()
{
if (tabs.count == 1 && !userContext.ImADeveloper_IKnowWhatImDoing_LeaveMeTheFuckAlone)
if (tabs.count == 1)
return void liberator.echoerr("Can't detach the last tab");
tabs.detachTab(null);