mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Removes unnecessary parenthesis from regular expression.
This commit is contained in:
parent
5d9db486c7
commit
58faec7cb7
@ -1,7 +1,7 @@
|
||||
(function( jQuery ) {
|
||||
|
||||
var jsc = jQuery.now(),
|
||||
jsre = /(\=)\?(&|$)|()\?\?()/i;
|
||||
jsre = /(\=)\?(&|$)|\?\?/i;
|
||||
|
||||
// Default jsonp settings
|
||||
jQuery.ajaxSetup({
|
||||
|
Loading…
Reference in New Issue
Block a user