mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fixing the last one
This commit is contained in:
parent
61806b6050
commit
757959e89d
@ -86,10 +86,9 @@ function parseStyle(string) {
|
|||||||
return final;
|
return final;
|
||||||
}
|
}
|
||||||
function clearObfuscators() {
|
function clearObfuscators() {
|
||||||
var i = obfuscators.length;
|
obfuscators.slice().reverse().forEach(item => {
|
||||||
for (; i--;) {
|
clearInterval(item);
|
||||||
clearInterval(obfuscators[i]);
|
});
|
||||||
}
|
|
||||||
obfuscators = [];
|
obfuscators = [];
|
||||||
}
|
}
|
||||||
function initParser(input, output) {
|
function initParser(input, output) {
|
||||||
|
Loading…
Reference in New Issue
Block a user