summaryrefslogtreecommitdiffstats
path: root/js/vendor/jquery/src/ajax/parseJSON.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/jquery/src/ajax/parseJSON.js')
-rw-r--r--js/vendor/jquery/src/ajax/parseJSON.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/vendor/jquery/src/ajax/parseJSON.js b/js/vendor/jquery/src/ajax/parseJSON.js
index 3a96d15b9..11918b06d 100644
--- a/js/vendor/jquery/src/ajax/parseJSON.js
+++ b/js/vendor/jquery/src/ajax/parseJSON.js
@@ -1,4 +1,4 @@
-define([
+define( [
"../core"
], function( jQuery ) {
@@ -10,4 +10,4 @@ jQuery.parseJSON = function( data ) {
return jQuery.parseJSON;
-});
+} );