fix typo
This commit is contained in:
parent
fd1e5d5735
commit
c2eb29b75e
@ -109,7 +109,7 @@ define([
|
|||||||
redrawTimeout && clearTimeout(redrawTimeout);
|
redrawTimeout && clearTimeout(redrawTimeout);
|
||||||
redrawTimeout = setTimeout(function () {
|
redrawTimeout = setTimeout(function () {
|
||||||
draw(md);
|
draw(md);
|
||||||
makeRainbox && makeRainbows();
|
makeRainbow && makeRainbows();
|
||||||
}, 450);
|
}, 450);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user