mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 10:44:12 +01:00
Move stuff from overlay.jsm to main.jsm.
This commit is contained in:
@@ -339,6 +339,7 @@ function keys(obj) iter(function keys() {
|
||||
if (hasOwnProperty.call(obj, k))
|
||||
yield k;
|
||||
}());
|
||||
|
||||
/**
|
||||
* Iterates over all of the top-level, iterable property values of an
|
||||
* object.
|
||||
|
||||
Reference in New Issue
Block a user