1
0
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:
Štěpán Němec
2011-07-06 16:19:33 +02:00
parent 30c24f8a5c
commit 0add26f61a
4 changed files with 5 additions and 5 deletions

View File

@@ -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),
/**