1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 07:24:11 +01:00

Add some documentation for Abbreviation.

--HG--
extra : rebase_source : cdc495381db878c2e7bef2a817e40c2d2a196075
This commit is contained in:
Doug Kearns
2011-06-29 19:13:59 +10:00
parent 56d97ef752
commit 07bd83d7e4
3 changed files with 62 additions and 3 deletions

View File

@@ -824,7 +824,7 @@ Class.extend = function extend(subclass, superclass, overrides) {
*
* @param {function(string)} getter The function which returns the
* property's value.
* @return {Class.Property}
* @returns {Class.Property}
*/
Class.memoize = function memoize(getter, wait)
Class.Property({