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

	jQuery.parseJSON = JSON.parse;

	return jQuery.parseJSON;
});