[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE / client / bower_components / jquery / src / ajax / parseJSON.js
diff --git a/ecomp-portal-FE/client/bower_components/jquery/src/ajax/parseJSON.js b/ecomp-portal-FE/client/bower_components/jquery/src/ajax/parseJSON.js
deleted file mode 100644 (file)
index 11918b0..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-define( [
-       "../core"
-], function( jQuery ) {
-
-// Support: Android 2.3
-// Workaround failure to string-cast null input
-jQuery.parseJSON = function( data ) {
-       return JSON.parse( data + "" );
-};
-
-return jQuery.parseJSON;
-
-} );