Build: use hard-coded path to sizzle in selector-sizzle

Fixes gh-2898
This commit is contained in:
Timmy Willison
2016-02-10 13:47:25 -08:00
parent c7431c7793
commit 5943f1d7ff
3 changed files with 3 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
define( [
"./core",
"sizzle"
"../external/sizzle/dist/sizzle"
], function( jQuery, Sizzle ) {
jQuery.find = Sizzle;