From 996ce5f101e597cf70bda0864f964b356a1005a3 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 6 May 2017 15:03:13 -0700 Subject: 3845 --- html/084console.mu.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'html/084console.mu.html') diff --git a/html/084console.mu.html b/html/084console.mu.html index 16712057..8e1b7952 100644 --- a/html/084console.mu.html +++ b/html/084console.mu.html @@ -157,13 +157,12 @@ if ('onhashchange' in window) { 96 } 97 ] 98 - 99 # use this helper to skip rendering if there's lots of other events queued up -100 def has-more-events? console:&:console -> result:bool [ -101 local-scope -102 load-ingredients -103 return-if console, 0/false # fake consoles should be plenty fast; never skip -104 result <- interactions-left? -105 ] + 99 def has-more-events? console:&:console -> result:bool [ +100 local-scope +101 load-ingredients +102 return-if console, 0/false # fake events are processed as soon as they arrive +103 result <- interactions-left? +104 ] -- cgit 1.4.1-2-gfad0