From a75c503e3b80d721aeb5de1af22907f5a6c90262 Mon Sep 17 00:00:00 2001 From: Will White Date: Sat, 30 Mar 2019 18:27:20 +0000 Subject: [PATCH] Say which Int is height, width for onResize --- src/Browser/Events.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Browser/Events.elm b/src/Browser/Events.elm index 178240a..7039f7b 100644 --- a/src/Browser/Events.elm +++ b/src/Browser/Events.elm @@ -166,7 +166,7 @@ onMouseUp = -- WINDOW -{-| Subscribe to any changes in window size. +{-| Subscribe to any changes in window size. The first Int is width, the second height. If you wanted to always track the current width, you could do something [like this](TODO).