lesca-click
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -17,2 +17,4 @@ "use strict"; | ||
this.dx = this.dy = 0; | ||
this.down_fn = down_fn; | ||
this.move_fn = move_fn; | ||
this.is_press = false; | ||
@@ -36,3 +38,4 @@ | ||
down_fn(e); | ||
_this.down_fn(e); | ||
_this.is_press = true; | ||
@@ -60,3 +63,3 @@ }; | ||
move_fn(); | ||
_this.move_fn(); | ||
}; | ||
@@ -63,0 +66,0 @@ |
{ | ||
"name": "lesca-click", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "replace click / touch start on SPY page", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -9,2 +9,4 @@ module.exports = { | ||
this.dx = this.dy = 0; | ||
this.down_fn = down_fn; | ||
this.move_fn = move_fn; | ||
this.is_press = false; | ||
@@ -25,3 +27,3 @@ | ||
} | ||
down_fn(e); | ||
this.down_fn(e); | ||
this.is_press = true; | ||
@@ -48,3 +50,3 @@ }; | ||
move_fn(); | ||
this.move_fn(); | ||
}; | ||
@@ -51,0 +53,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13336
291