Map Sizzle to a path with config to allow users to put Sizzle wherever they want

This commit is contained in:
Timmy Willison
2013-09-10 18:47:36 -05:00
parent 73fe17299a
commit aab9d63279
3 changed files with 11 additions and 3 deletions

View File

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