mirror of
https://github.com/jquery/jquery.git
synced 2026-02-06 11:25:07 -05:00
@@ -1,3 +1,7 @@
|
||||
define([
|
||||
"./core"
|
||||
], function( jQuery ) {
|
||||
|
||||
/*
|
||||
* Optional (non-Sizzle) selector module for custom builds.
|
||||
*
|
||||
@@ -23,7 +27,8 @@
|
||||
* customize this stub for the project's specific needs.
|
||||
*/
|
||||
|
||||
var selector_hasDuplicate,
|
||||
var docElem = window.document.documentElement,
|
||||
selector_hasDuplicate,
|
||||
matches = docElem.webkitMatchesSelector ||
|
||||
docElem.mozMatchesSelector ||
|
||||
docElem.oMatchesSelector ||
|
||||
@@ -162,3 +167,5 @@ jQuery.extend( jQuery.find, {
|
||||
return elem.getAttribute( name );
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user