Skip to content

Commit

Permalink
Merge pull request #47 from QuickCorp/v2.3
Browse files Browse the repository at this point in the history
scroll events
  • Loading branch information
jeanmachuca committed Apr 13, 2021
2 parents c6d28ae + 7fcc540 commit 43d1384
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion QCObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -3919,7 +3919,6 @@
var secondaryEventName = "defaultscroll";
var __valid_scrolls__ = [0, 5, 10, 25, 50, 75, 90, 95, 100];
__valid_scrolls__.filter(function (p) { return p===percentY}).map (function (pY){
console.log(percentY);
secondaryEventName = "percentY"+percentY.toString();
var secondaryCustomEvent = new CustomEvent(secondaryEventName, {
detail: {
Expand Down

0 comments on commit 43d1384

Please sign in to comment.