mirror of
https://github.com/jquery/jquery.git
synced 2026-02-12 09:55:14 -05:00
Map Sizzle to a path with config to allow users to put Sizzle wherever they want
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
define([
|
||||
"./core",
|
||||
"../bower_components/sizzle/dist/sizzle"
|
||||
"sizzle"
|
||||
], function ( jQuery, Sizzle ) {
|
||||
|
||||
jQuery.find = Sizzle;
|
||||
|
||||
Reference in New Issue
Block a user