1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 20:27:58 +01:00

Add [c]:toolbaropen[c], [c]:toolbarclose[c], and [c]:toolbartoggle[c].

This commit is contained in:
Kris Maglione
2009-07-21 22:18:15 -04:00
parent a7de8b8cd0
commit 842dd61f4c
5 changed files with 71 additions and 1 deletions

View File

@@ -463,7 +463,7 @@ const util = { //{{{
[XHTML, 'html'],
[XUL, 'xul']
]);
if (object instanceof Node && !(object instanceof Document))
if (object instanceof Element)
{
let elem = object;
if (elem.nodeType == elem.TEXT_NODE)