mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 10:24:12 +01:00
More on last commit.
This commit is contained in:
@@ -80,8 +80,8 @@ var AbbrevHive = Class("AbbrevHive", Contexts.Hive, {
|
|||||||
*/
|
*/
|
||||||
get merged() {
|
get merged() {
|
||||||
// Wth? --Kris;
|
// Wth? --Kris;
|
||||||
let map = array(values(this._store)).map(Iterator).map(iter.toArray)
|
let map = values(this._store).map(Iterator).map(iter.toArray)
|
||||||
.flatten().toObject();
|
.flatten().toObject();
|
||||||
return Object.keys(map).sort().map(function (k) map[k]);
|
return Object.keys(map).sort().map(function (k) map[k]);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user