4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
function getTrackerTimeout() {
|
|
return window.setTimeout(function() {}, 0);
|
|
}
|