mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 14:12:27 +01:00
:hi CompMsg height: 1.5em; line-height: 1.5em; as the completion rows.
This commit is contained in:
@@ -350,7 +350,7 @@ const util = { //{{{
|
||||
try // window.content often does not want to be queried with "var i in object"
|
||||
{
|
||||
let hasValue = !("__iterator__" in object);
|
||||
if (object.__proto__ == modules || object.__proto__ == plugins)
|
||||
if (modules.isPrototypeOf(object))
|
||||
{
|
||||
object = Iterator(object);
|
||||
hasValue = false;
|
||||
|
||||
Reference in New Issue
Block a user