More code style fixes.
[jquery.git] / src / ajax / script.js
index 37bd85b..dfee867 100644 (file)
@@ -14,7 +14,7 @@ jQuery.ajaxSetup({
 });
 
 // Handle cache's special case and global
-jQuery.ajaxPrefilter( "script", function(s) {
+jQuery.ajaxPrefilter( "script", function( s ) {
        if ( s.cache === undefined ) {
                s.cache = false;
        }