Remove trailing spaces

This commit is contained in:
Vijay A
2024-11-28 07:34:29 +05:30
parent c3ae2467ae
commit 92de4022cb
33 changed files with 110 additions and 110 deletions

View File

@@ -12,7 +12,7 @@ var gZenUIManager = {
'zen.theme.content-element-separation',
0
);
function throttle(f, delay) {
let timer = 0;
return function (...args) {