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.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ajax/parseJSON.js b/src/ajax/parseJSON.js
index 9d2ada95b..e8c449bca 100644
--- a/src/ajax/parseJSON.js
+++ b/src/ajax/parseJSON.js
@@ -2,7 +2,8 @@ define([
"../core"
], function( jQuery ) {
- jQuery.parseJSON = JSON.parse;
+jQuery.parseJSON = JSON.parse;
+
+return jQuery.parseJSON;
- return jQuery.parseJSON;
});