diff options
Diffstat (limited to 'src/ajax/parseJSON.js')
-rw-r--r-- | src/ajax/parseJSON.js | 5 |
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; }); |