mirror of
https://github.com/jquery/jquery.git
synced 2026-02-09 16:35:07 -05:00
Move parsing methods to their own files (separates manipulation dependency from core)
This commit is contained in:
8
src/ajax/parseJSON.js
Normal file
8
src/ajax/parseJSON.js
Normal file
@@ -0,0 +1,8 @@
|
||||
define([
|
||||
"../core"
|
||||
], function( jQuery ) {
|
||||
|
||||
jQuery.parseJSON = JSON.parse;
|
||||
|
||||
return jQuery.parseJSON;
|
||||
});
|
||||
Reference in New Issue
Block a user