1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 05:57:59 +01:00

Minor :downloads styling updates.

This commit is contained in:
Kris Maglione
2011-01-16 23:34:47 -05:00
parent 7b34e1497e
commit f17fb77bcb
4 changed files with 23 additions and 16 deletions

View File

@@ -508,7 +508,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
* @param {string} feature The feature name.
* @returns {boolean}
*/
has: function (feature) config.features.indexOf(feature) >= 0,
has: function (feature) set.has(config.features, feature),
/**
* Returns the URL of the specified help *topic* if it exists.