X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fcore.js;h=bd6d929d5a4277dc96690efbb19a1b6a75de56b6;hb=aee221d33c2db2c76639dabeca2b1e3d022e348e;hp=62e41c966ea62cdd83fc61c3778304f542144567;hpb=b6d70a7ce3795e8c1306a513b89a31de0c5f0a13;p=jquery.git diff --git a/src/core.js b/src/core.js index 62e41c9..bd6d929 100644 --- a/src/core.js +++ b/src/core.js @@ -530,7 +530,7 @@ jQuery.extend = jQuery.fn.extend = function() { } // Handle case when target is a string or something (possible in deep copy) - if ( typeof target != "object" ) + if ( typeof target != "object" && typeof target != "function" ) target = {}; // extend jQuery itself if only one argument is passed @@ -591,7 +591,6 @@ jQuery.extend({ }, // Evalulates a script in a global context - // Evaluates Async. in Safari 2 :-( globalEval: function( data ) { data = jQuery.trim( data );