Integrate perfect-scrollbar to make tests happy
authorMichael <heluecht@pirati.ca>
Tue, 5 May 2020 05:22:14 +0000 (05:22 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 5 May 2020 05:22:14 +0000 (05:22 +0000)
commit6d47324342782064df4716e5bd46b1489b0d6e08
treee44db26d85144615a9f77c5a28535b9b05bf3de2
parent05cac4c186caffd6027042b2b286423151ecfc9f
Integrate perfect-scrollbar to make tests happy
39 files changed:
composer.json
composer.lock
library/perfect-scrollbar/LICENSE [new file with mode: 0644]
library/perfect-scrollbar/README.md [new file with mode: 0644]
library/perfect-scrollbar/bower.json [new file with mode: 0644]
library/perfect-scrollbar/css/perfect-scrollbar.css [new file with mode: 0644]
library/perfect-scrollbar/css/perfect-scrollbar.min.css [new file with mode: 0644]
library/perfect-scrollbar/js/perfect-scrollbar.jquery.js [new file with mode: 0644]
library/perfect-scrollbar/js/perfect-scrollbar.jquery.min.js [new file with mode: 0644]
library/perfect-scrollbar/js/perfect-scrollbar.js [new file with mode: 0644]
library/perfect-scrollbar/js/perfect-scrollbar.min.js [new file with mode: 0644]
library/perfect-scrollbar/src/css/main.scss [new file with mode: 0644]
library/perfect-scrollbar/src/css/mixins.scss [new file with mode: 0644]
library/perfect-scrollbar/src/css/themes.scss [new file with mode: 0644]
library/perfect-scrollbar/src/css/variables.scss [new file with mode: 0644]
library/perfect-scrollbar/src/js/adaptor/global.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/adaptor/jquery.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/lib/class.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/lib/dom.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/lib/event-manager.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/lib/guid.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/lib/helper.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/main.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/plugin/default-setting.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/plugin/destroy.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/plugin/handler/click-rail.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/plugin/handler/drag-scrollbar.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/plugin/handler/keyboard.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/plugin/handler/mouse-wheel.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/plugin/handler/native-scroll.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/plugin/handler/selection.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/plugin/handler/touch.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/plugin/initialize.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/plugin/instances.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/plugin/update-geometry.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/plugin/update-scroll.js [new file with mode: 0644]
library/perfect-scrollbar/src/js/plugin/update.js [new file with mode: 0644]
view/templates/head.tpl
view/theme/frio/templates/head.tpl