Mini Kabibi Habibi

Current Path : C:/Users/ITO/Desktop/From USB/vendors/jquery/src/ajax/
Upload File :
Current File : C:/Users/ITO/Desktop/From USB/vendors/jquery/src/ajax/parseJSON.js

define( [
	"../core"
], function( jQuery ) {

// Support: Android 2.3
// Workaround failure to string-cast null input
jQuery.parseJSON = function( data ) {
	return JSON.parse( data + "" );
};

return jQuery.parseJSON;

} );