replace LAB.js with native es5 loading

This commit is contained in:
Ralf Becker
2021-06-05 20:39:39 +02:00
parent 688f970ec0
commit 592b7fb97d
54 changed files with 1258 additions and 1785 deletions

View File

@ -17,6 +17,7 @@
* @description Adds a handler for a custom event 'taphold' that handles a
* tap and hold on touch interfaces.
*/
import '../../../../vendor/bower-asset/jquery/dist/jquery.js';
(function($) {
var TAP_AND_HOLD_TRIGGER_TIMER = 600;
var MAX_DISTANCE_ALLOWED_IN_TAP_AND_HOLD_EVENT = 40;