Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtesaak committed Jul 10, 2018
1 parent 92d590e commit 8b46dd2
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1,772 deletions.
3 changes: 1 addition & 2 deletions dist/perfect-scrollbar.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* perfect-scrollbar v1.4.1
* perfect-scrollbar v1.4.2
* (c) 2018 Hyunje Jun
* @license MIT
*/
Expand Down Expand Up @@ -879,7 +879,6 @@ var wheel = function(i) {

var touch = function(i) {
console.warn("---", env);
alert("ok");
if (!env.supportsTouch && !env.supportsIePointer) {
return;
}
Expand Down
3 changes: 1 addition & 2 deletions dist/perfect-scrollbar.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* perfect-scrollbar v1.4.1
* perfect-scrollbar v1.4.2
* (c) 2018 Hyunje Jun
* @license MIT
*/
Expand Down Expand Up @@ -877,7 +877,6 @@ var wheel = function(i) {

var touch = function(i) {
console.warn("---", env);
alert("ok");
if (!env.supportsTouch && !env.supportsIePointer) {
return;
}
Expand Down
3 changes: 1 addition & 2 deletions dist/perfect-scrollbar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* perfect-scrollbar v1.4.1
* perfect-scrollbar v1.4.2
* (c) 2018 Hyunje Jun
* @license MIT
*/
Expand Down Expand Up @@ -883,7 +883,6 @@ var wheel = function(i) {

var touch = function(i) {
console.warn("---", env);
alert("ok");
if (!env.supportsTouch && !env.supportsIePointer) {
return;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/perfect-scrollbar.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 8b46dd2

Please sign in to comment.