updated hammer.js

This commit is contained in:
2021-04-08 10:06:42 +01:00
parent b3407350ab
commit 9ff8752e26
4 changed files with 5 additions and 7 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
/*! Hammer.JS - v2.0.7 - 2016-04-22 /*! Hammer.JS - v2.0.8 - 2016-04-23
* http://hammerjs.github.io/ * http://hammerjs.github.io/
* *
* Copyright (c) 2016 Jorik Tangelder; * Copyright (c) 2016 Jorik Tangelder;
@@ -2145,7 +2145,7 @@ function Hammer(element, options) {
/** /**
* @const {string} * @const {string}
*/ */
Hammer.VERSION = '2.0.7'; Hammer.VERSION = '2.0.8';
/** /**
* default settings * default settings
@@ -2640,4 +2640,4 @@ if (typeof define === 'function' && define.amd) {
window[exportName] = Hammer; window[exportName] = Hammer;
} }
})(window, document, 'Hammer'); })(window, document, 'Hammer');
+2 -2
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long