mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 08:28:08 -05:00
Removes unnecessary parenthesis from regular expression.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
(function( jQuery ) {
|
||||
|
||||
var jsc = jQuery.now(),
|
||||
jsre = /(\=)\?(&|$)|()\?\?()/i;
|
||||
jsre = /(\=)\?(&|$)|\?\?/i;
|
||||
|
||||
// Default jsonp settings
|
||||
jQuery.ajaxSetup({
|
||||
|
||||
Reference in New Issue
Block a user