Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
niceue committed Nov 1, 2014
1 parent d8a318c commit 20acd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.validator.js
Expand Up @@ -1658,7 +1658,7 @@

// force jsonp dataType
if (/^https?:/.test(arr[2]) && !~arr[2].indexOf(location.host)) {
dataType = 'jsonp';
dataType = 'jsonp';
}

// Asynchronous validation need to return jqXHR objects
Expand Down

0 comments on commit 20acd67

Please sign in to comment.