diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2016-02-10 13:47:25 -0800 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2016-02-22 10:43:47 -0500 |
commit | ef2a06eb615470574f974f3bf5d266899afd1610 (patch) | |
tree | d3165f42cf82707c30b9a83f43244ce1ad45f6f8 /src | |
parent | e456c30a2d3ba55b100002dea97889cf96abd294 (diff) | |
download | jquery-ef2a06eb615470574f974f3bf5d266899afd1610.tar.gz jquery-ef2a06eb615470574f974f3bf5d266899afd1610.zip |
Build: use hard-coded path to sizzle in selector-sizzle
Fixes gh-2898
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 dcee45f37..9728a1f57 100644 --- a/src/selector-sizzle.js +++ b/src/selector-sizzle.js @@ -1,6 +1,6 @@ define( [ "./core", - "sizzle" + "../external/sizzle/dist/sizzle" ], function( jQuery, Sizzle ) { jQuery.find = Sizzle; |