1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-31 11:25:46 +01:00

HTMLIsIndexElement is no more.

--HG--
extra : rebase_source : 96f489682b79aedba805e4e7b2134c3b1a520cc2
This commit is contained in:
Kris Maglione
2011-07-25 23:01:23 -04:00
parent cc03bfadf8
commit f92a3814d9
2 changed files with 2 additions and 2 deletions

View File

@@ -1597,7 +1597,7 @@ var Events = Module("events", {
isInputElement: function isInputElement(elem) {
return elem instanceof HTMLInputElement && Set.has(util.editableInputs, elem.type) ||
isinstance(elem, [HTMLIsIndexElement, HTMLEmbedElement,
isinstance(elem, [HTMLEmbedElement,
HTMLObjectElement, HTMLSelectElement,
HTMLTextAreaElement,
Ci.nsIDOMXULTreeElement, Ci.nsIDOMXULTextBoxElement]) ||