mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-16 01:33:32 +02: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