Script transport now uses ajaxSetup to define script dataType.

This commit is contained in:
jaubourg 2011-01-12 18:54:15 +01:00
parent 14b07ec5de
commit e221d39e98

View file

@ -1,7 +1,7 @@
(function( jQuery ) { (function( jQuery ) {
// Install text to script executor // Install script dataType
jQuery.extend( true, jQuery.ajaxSettings , { jQuery.ajaxSetup({
accepts: { accepts: {
script: "text/javascript, application/javascript" script: "text/javascript, application/javascript"