Skip to content
Permalink
Browse files
Removes unnecessary parenthesis from regular expression.
  • Loading branch information
jaubourg committed Feb 24, 2011
1 parent 5d9db48 commit 58faec7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
(function( jQuery ) {

var jsc = jQuery.now(),
jsre = /(\=)\?(&|$)|()\?\?()/i;
jsre = /(\=)\?(&|$)|\?\?/i;

// Default jsonp settings
jQuery.ajaxSetup({

0 comments on commit 58faec7

Please sign in to comment.