Bug Tracker

Changeset 2435

Show
Ignore:
Timestamp:
07/21/07 01:53:38 (1 year ago)
Author:
brandon.aaron
Message:

missing semi-colon

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/src/ajax/ajax.js

    r2433 r2435  
    7878                // If successful, inject the HTML into all the matched elements 
    7979                if ( status == "success" || !ifModified && status == "notmodified" ) 
    80                     self.html(res.responseText) 
     80                    self.html(res.responseText); 
    8181 
    8282                self.each( callback, [res.responseText, status, res] );