mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 18:44:14 +01:00
Fix some typos.
This commit is contained in:
@@ -103,7 +103,7 @@ var AbbrevHive = Class("AbbrevHive", Contexts.Hive, {
|
||||
this._store = {};
|
||||
},
|
||||
|
||||
/** @property {boolean} True if there are no abbreviations */
|
||||
/** @property {boolean} True if there are no abbreviations. */
|
||||
get empty() !values(this._store).nth(util.identity, 0),
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user