aboutsummaryrefslogtreecommitdiffstats
path: root/src/deprecated.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/deprecated.js')
-rw-r--r--src/deprecated.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/deprecated.js b/src/deprecated.js
index 78885266d..79522e9b1 100644
--- a/src/deprecated.js
+++ b/src/deprecated.js
@@ -23,4 +23,6 @@ jQuery.fn.extend( {
}
} );
+jQuery.parseJSON = JSON.parse;
+
} );