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
|
||||
|
||||
// type Canceler = () => Eff Unit
|
||||
//
|
||||
// setMessage :: Unit -> Eff (dom :: DOM) Canceler
|
||||
const setMessage = () => {
|
||||
const message = document.querySelector('.app-loading-screen .message');
|
||||
if (!message) {
|
||||
|
|
Loading…
Reference in a new issue