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