From a98b7dd480a774a8ae2bccb41cf06d4e578c9bba Mon Sep 17 00:00:00 2001 From: ArneCL Date: Thu, 31 May 2018 00:06:31 +0200 Subject: [PATCH] Display lists without todos --- fetcher.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fetcher.js b/fetcher.js index fec4b4c..7956b99 100644 --- a/fetcher.js +++ b/fetcher.js @@ -168,9 +168,7 @@ var Fetcher = function( * Broadcast the exsisting items. */ this.broadcastItems = function() { - if (items.length <= 0) { - return; - } + itemsReceivedCallback(self); };