Remove type annotation

This commit is contained in:
Daniel Gasienica 2018-03-23 09:42:20 -04:00
parent 4c10fcfa17
commit 90de9d85a3

View file

@ -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) {