mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 04:45:04 -05:00
Build: use hard-coded path to sizzle in selector-sizzle
Fixes gh-2898
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
define( [
|
||||
"./core",
|
||||
"sizzle"
|
||||
"../external/sizzle/dist/sizzle"
|
||||
], function( jQuery, Sizzle ) {
|
||||
|
||||
jQuery.find = Sizzle;
|
||||
|
||||
Reference in New Issue
Block a user