Remove type annotation
This commit is contained in:
parent
4c10fcfa17
commit
90de9d85a3
1 changed files with 0 additions and 3 deletions
|
@ -5,9 +5,6 @@
|
||||||
|
|
||||||
const OPTIMIZATION_MESSAGE_DISPLAY_THRESHOLD = 1000; // milliseconds
|
const OPTIMIZATION_MESSAGE_DISPLAY_THRESHOLD = 1000; // milliseconds
|
||||||
|
|
||||||
// type Canceler = () => Eff Unit
|
|
||||||
//
|
|
||||||
// setMessage :: Unit -> Eff (dom :: DOM) Canceler
|
|
||||||
const setMessage = () => {
|
const setMessage = () => {
|
||||||
const message = document.querySelector('.app-loading-screen .message');
|
const message = document.querySelector('.app-loading-screen .message');
|
||||||
if (!message) {
|
if (!message) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue