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;
|
||||
}
|
||||
function clearObfuscators() {
|
||||
var i = obfuscators.length;
|
||||
for (; i--;) {
|
||||
clearInterval(obfuscators[i]);
|
||||
}
|
||||
obfuscators.slice().reverse().forEach(item => {
|
||||
clearInterval(item);
|
||||
});
|
||||
obfuscators = [];
|
||||
}
|
||||
function initParser(input, output) {
|
||||
|
Loading…
Reference in New Issue
Block a user