UNPKG

aurelia-bootstrap

Version:
15 lines (11 loc) 231 B
/* */ 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; } );