Skip to content

Commit 58faec7

Browse files
committed
Removes unnecessary parenthesis from regular expression.
1 parent 5d9db48 commit 58faec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ajax/jsonp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(function( jQuery ) {
22

33
var jsc = jQuery.now(),
4-
jsre = /(\=)\?(&|$)|()\?\?()/i;
4+
jsre = /(\=)\?(&|$)|\?\?/i;
55

66
// Default jsonp settings
77
jQuery.ajaxSetup({

0 commit comments

Comments
 (0)