From 83abcadc85f27f251a691a51c868edfa13e1b73e Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 20 Jun 2015 10:02:12 +0100 Subject: The second part of b09822eb349ec88a573d4f450e9b57e8fa3c6473 is incorrect. Revert it. --- lib/utils.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/utils.coffee b/lib/utils.coffee index de335452..d4beff03 100644 --- a/lib/utils.coffee +++ b/lib/utils.coffee @@ -330,8 +330,8 @@ class SimpleCache @cache = {} clear: -> - @cache = {} - @previous = {} + @rotate true + @rotate true # This is a simple class for the common case where we want to use some data value which may be immediately # available, or for which we may have to wait. It implements a use-immediately-or-wait queue, and calls the -- cgit v1.2.3