1
0
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:
Kris Maglione
2011-09-08 08:53:09 -04:00
parent c3e76d9a51
commit e9a0b1eea3
10 changed files with 424 additions and 336 deletions

View File

@@ -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.