aboutsummaryrefslogtreecommitdiffstats
path: root/src/deprecated.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/deprecated.js')
-rw-r--r--src/deprecated.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/deprecated.js b/src/deprecated.js
index 9fcc6b7da..0329b9564 100644
--- a/src/deprecated.js
+++ b/src/deprecated.js
@@ -25,6 +25,7 @@ jQuery.fn.extend( {
}
} );
+jQuery.isArray = Array.isArray;
jQuery.parseJSON = JSON.parse;
} );