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