Merge branch 'master' of github.com:jquery/jquery into jquery-master
[jquery.git] / src / core.js
index fbf6491..4311e31 100644 (file)
@@ -583,7 +583,7 @@ jQuery.extend({
 
                        script.type = "text/javascript";
 
-                       if ( jQuery.support.scriptEval ) {
+                       if ( jQuery.support.scriptEval() ) {
                                script.appendChild( document.createTextNode( data ) );
                        } else {
                                script.text = data;