mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
missing semi-colon
This commit is contained in:
parent
24463a04ce
commit
b965c98ff1
@ -77,7 +77,7 @@ jQuery.fn.extend({
|
||||
complete: function(res, status){
|
||||
// If successful, inject the HTML into all the matched elements
|
||||
if ( status == "success" || !ifModified && status == "notmodified" )
|
||||
self.html(res.responseText)
|
||||
self.html(res.responseText);
|
||||
|
||||
self.each( callback, [res.responseText, status, res] );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user