prototype: Give credit where credit is due. Add an attribution to YUI-Ext's DomQuery to the top of selector.js.

This commit is contained in:
Sam Stephenson 2007-03-12 20:27:19 +00:00
parent d17521f960
commit 1c8e6c170e
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/* Portions of the Selector class are derived from Jack Slocums 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 = {