Merge branch 't7578' of https://github.com/jitter/jquery into jitter-t7578

This commit is contained in:
John Resig 2010-12-06 17:06:26 -05:00
commit 54a68fa973
2 changed files with 14 additions and 3 deletions

View file

@ -261,7 +261,7 @@ jQuery.extend({
};
}
if ( s.dataType === "script" && s.cache === null ) {
if ( s.dataType === "script" && s.cache === undefined ) {
s.cache = false;
}