Skip to content

Commit fb9c5da

Browse files
author
Paul Boocock
committed
Add missing setter to detectPassiveEvents (close #995)
1 parent aaabd35 commit fb9c5da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/tracker.js

+1
Original file line numberDiff line numberDiff line change
@@ -1598,6 +1598,7 @@ export function Tracker(functionName, namespace, version, mutSnowplowState, argm
15981598
get: function get() {
15991599
passive = true;
16001600
},
1601+
set: function set() {},
16011602
});
16021603
// note: have to set and remove a no-op listener instead of null
16031604
// (which was used previously), becasue Edge v15 throws an error

0 commit comments

Comments
 (0)