Skip to content
Permalink
Browse files
missing semi-colon
  • Loading branch information
brandonaaron committed Jul 21, 2007
1 parent 24463a0 commit b965c98
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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] );
}

0 comments on commit b965c98

Please sign in to comment.