diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2014-12-16 22:29:02 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2014-12-16 22:29:02 -0500 |
commit | f207a037c5ef5b3a5a151e6b5c72315f9daf5c4b (patch) | |
tree | fd8a1dc248363d12a55e3155c2938733cbd4ecaf | |
parent | f5374bf48d9e38cef69e693a2287ccc0ed984fae (diff) | |
download | jquery-f207a037c5ef5b3a5a151e6b5c72315f9daf5c4b.tar.gz jquery-f207a037c5ef5b3a5a151e6b5c72315f9daf5c4b.zip |
Build: disable Sizzle check
-rw-r--r-- | build/release.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release.js b/build/release.js index 9f6b2e2a9..c1c2f0bcd 100644 --- a/build/release.js +++ b/build/release.js @@ -122,7 +122,7 @@ module.exports = function( Release ) { * @param {Function} callback */ checkRepoState: function( callback ) { - ensureSizzle( Release, callback ); + //ensureSizzle( Release, callback ); }, /** * Generates any release artifacts that should be included in the release. |