diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-09-10 18:47:36 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-09-10 18:47:36 -0500 |
commit | aab9d632797c46728a22eb615bd18cb7f5c9c497 (patch) | |
tree | 506309eb5d9726293c2a9a3245a6aa299ff96c02 /src | |
parent | 73fe17299a840a8a7f3ffffcac15e32a88bd3d66 (diff) | |
download | jquery-aab9d632797c46728a22eb615bd18cb7f5c9c497.tar.gz jquery-aab9d632797c46728a22eb615bd18cb7f5c9c497.zip |
Map Sizzle to a path with config to allow users to put Sizzle wherever they want
Diffstat (limited to 'src')
-rw-r--r-- | src/selector-sizzle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selector-sizzle.js b/src/selector-sizzle.js index a2f4787fe..3dbfa3cd0 100644 --- a/src/selector-sizzle.js +++ b/src/selector-sizzle.js @@ -1,6 +1,6 @@ define([ "./core", - "../bower_components/sizzle/dist/sizzle" + "sizzle" ], function ( jQuery, Sizzle ) { jQuery.find = Sizzle; |