mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-29 07:45:46 +01:00
Typo fixes.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -542,7 +542,7 @@ const Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference])
|
||||
* Returns true if *host* is a subdomain of *domain*.
|
||||
*
|
||||
* @param {string} host The host to check.
|
||||
* @param {string} domain The base domain to check the host agains.
|
||||
* @param {string} domain The base domain to check the host against.
|
||||
* @returns {boolean}
|
||||
*/
|
||||
isSubdomain: function isSubdomain(host, domain) {
|
||||
|
||||
Reference in New Issue
Block a user