diff --git a/bower.json b/bower.json
index a038043..44ef2de 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "jquery",
- "version": "3.2.1",
+ "version": "3.3.1",
"description": "jQuery component",
"license": "MIT",
"keywords": [
diff --git a/component.json b/component.json
index 0716b0a..39ce1b3 100644
--- a/component.json
+++ b/component.json
@@ -1,7 +1,7 @@
{
"name": "jquery",
"repo": "components/jquery",
- "version": "3.2.1",
+ "version": "3.3.1",
"description": "jQuery component",
"license": "MIT",
"keywords": [
diff --git a/jquery.js b/jquery.js
index d2d8ca4..9b5206b 100644
--- a/jquery.js
+++ b/jquery.js
@@ -1,5 +1,5 @@
/*!
- * jQuery JavaScript Library v3.2.1
+ * jQuery JavaScript Library v3.3.1
* https://jquery.com/
*
* Includes Sizzle.js
@@ -9,7 +9,7 @@
* Released under the MIT license
* https://jquery.org/license
*
- * Date: 2017-03-20T18:59Z
+ * Date: 2018-01-20T17:24Z
*/
( function( global, factory ) {
@@ -71,16 +71,57 @@ var ObjectFunctionString = fnToString.call( Object );
var support = {};
+var isFunction = function isFunction( obj ) {
+ // Support: Chrome <=57, Firefox <=52
+ // In some browsers, typeof returns "function" for HTML