aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax/parseJSON.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ajax/parseJSON.js')
-rw-r--r--src/ajax/parseJSON.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ajax/parseJSON.js b/src/ajax/parseJSON.js
deleted file mode 100644
index c2aeb6aae..000000000
--- a/src/ajax/parseJSON.js
+++ /dev/null
@@ -1,9 +0,0 @@
-define( [
- "../core"
-], function( jQuery ) {
-
-jQuery.parseJSON = JSON.parse;
-
-return jQuery.parseJSON;
-
-} );