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:
parent
d17521f960
commit
1c8e6c170e
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue