aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-02-24 23:47:19 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2016-03-02 13:12:35 +0100
commit93a8fa6bfc1c8a469e188630b61e736dfb69e128 (patch)
tree47494be97e64818ae3f627c97530240f8f0d10a7 /src/ajax
parent8a91f8442f4d31bdd4b43035ee88d40fbb116f64 (diff)
downloadjquery-93a8fa6bfc1c8a469e188630b61e736dfb69e128.tar.gz
jquery-93a8fa6bfc1c8a469e188630b61e736dfb69e128.zip
Core: Deprecate jQuery.parseJSON
Fixes gh-2800 Closes gh-2948
Diffstat (limited to 'src/ajax')
-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;
-
-} );