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 b9f3f0a28838d45fdacd7d4f3f7a5cc0e8c536bc
parent 0bf0994209286935bf34187af4cad1a691e2c093
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Thu, 16 Dec 2010 13:18:15 -0800

stale comment

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

diff --git a/windex.js b/windex.js @@ -670,7 +670,7 @@ WindexNodes.prototype.live = function (name, handler) { context.addEventListener(name, delegater, false); }; -// See: http://api.jquery.com/unbind +// See: http://api.jquery.com/die WindexNodes.prototype.die = function (name, handler) { if (!name) { return this._dieAll(); } return this._dieEvent(name, handler);