From 1c8e6c170e3dd69bb8091289d3bceacb79009ff2 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Mon, 12 Mar 2007 20:27:19 +0000 Subject: [PATCH] prototype: Give credit where credit is due. Add an attribution to YUI-Ext's DomQuery to the top of selector.js. --- src/selector.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/selector.js b/src/selector.js index ab014b5..eff1659 100644 --- a/src/selector.js +++ b/src/selector.js @@ -1,3 +1,7 @@ +/* Portions of the Selector class are derived from Jack Slocum’s DomQuery, + * part of YUI-Ext version 0.40, distributed under the terms of an MIT-style + * license. Please see http://www.yui-ext.com/ for more information. */ + var Selector = Class.create(); Selector.prototype = {