Blame | Last modification | View Log | RSS feed
define(["../core"], function( jQuery ) {// Support: Android 2.3// Workaround failure to string-cast null inputjQuery.parseJSON = function( data ) {return JSON.parse( data + "" );};return jQuery.parseJSON;});