Removes unnecessary parenthesis from regular expression.
This commit is contained in:
parent
5d9db486c7
commit
58faec7cb7
|
@ -1,7 +1,7 @@
|
||||||
(function( jQuery ) {
|
(function( jQuery ) {
|
||||||
|
|
||||||
var jsc = jQuery.now(),
|
var jsc = jQuery.now(),
|
||||||
jsre = /(\=)\?(&|$)|()\?\?()/i;
|
jsre = /(\=)\?(&|$)|\?\?/i;
|
||||||
|
|
||||||
// Default jsonp settings
|
// Default jsonp settings
|
||||||
jQuery.ajaxSetup({
|
jQuery.ajaxSetup({
|
||||||
|
|
Loading…
Reference in a new issue