windex

jQuery-like that's safe to use in a Firefox Extension
git clone https://wehaveforgeathome.hates.computer/windex.git
Log | Files | Refs | LICENSE

commit b14dcec47ba019f1259764a25fb5a964ec9ff65b
parent 7d0ba03604eb097eaa581c4a30a9561770262d6a
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Wed, 16 Feb 2011 18:23:48 -0800

too many ssssss

Diffstat:
Mwindex.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/windex.js b/windex.js @@ -188,7 +188,7 @@ WindexNodes.prototype.parents = function (selector) { parents.push(node); } }); - return new WindexNodes(parentss); + return new WindexNodes(parents); }; WindexNodes.prototype._parentsMatching = function (selector) {