Closed quayzar closed 11 years ago
I added 'jsonpCallback' as a setting, to permit specifying the callback function name for a JSONP request.
The user-provided function name will only be applied if 'dataType' is set to 'jsonp'; otherwise it remains the default value of 'null'.
I made this change to both the regular and minified versions.
I added 'jsonpCallback' as a setting, to permit specifying the callback function name for a JSONP request.
The user-provided function name will only be applied if 'dataType' is set to 'jsonp'; otherwise it remains the default value of 'null'.
I made this change to both the regular and minified versions.