Sha256: d85dc48317ef1ef596aa7cacf8f7c92a5ee2c0dfd5b0b06db45b907cc4ad13cf
Contents?: true
Size: 224 Bytes
Versions: 160
Compression:
Stored size: 224 Bytes
Contents
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; } );
Version data entries
160 entries across 103 versions & 10 rubygems