Created
May 21, 2014 23:35
-
-
Save dorey/6adc61e698c336ef5189 to your computer and use it in GitHub Desktop.
yuglify breaking on jquery
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Excerpt from jQuery v2.1.1 | |
// a comment in the middle of the Sizzle declaration causes yuglify v0.1.4 to trip up | |
var Sizzle = | |
/*! | |
* Sizzle CSS Selector Engine v1.10.19 | |
* http://sizzlejs.com/ | |
* | |
* Copyright 2013 jQuery Foundation, Inc. and other contributors | |
* Released under the MIT license | |
* http://jquery.org/license | |
* | |
* Date: 2014-04-18 | |
*/ | |
(function( window ) { | |
// ... | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment