aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax/parseJSON.js
blob: e8c449bca15af6aa4d805f30f0f81cc753bfa75e (plain)
1
2
3
4
5
6
7
8
9
define([
	"../core"
], function( jQuery ) {

jQuery.parseJSON = JSON.parse;

return jQuery.parseJSON;

});