1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 00:15:46 +01:00

Typo fixes.

This commit is contained in:
Doug Kearns
2010-10-23 23:14:08 +11:00
parent 1e941af1a6
commit c89df81725
9 changed files with 9 additions and 9 deletions

View File

@@ -752,7 +752,7 @@ Class.extend = function extend(subclass, superclass, overrides) {
}
/**
* Memoizes the value of a class property to the falue returned by
* Memoizes the value of a class property to the value returned by
* the passed function the first time the property is accessed.
*
* @param {function(string)} getter The function which returns the