Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Display lists without todos
  • Loading branch information
ArneCL committed May 30, 2018
1 parent 50d6163 commit a98b7dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fetcher.js
Expand Up @@ -168,9 +168,7 @@ var Fetcher = function(
* Broadcast the exsisting items. * Broadcast the exsisting items.
*/ */
this.broadcastItems = function() { this.broadcastItems = function() {
if (items.length <= 0) {
return;
}
itemsReceivedCallback(self); itemsReceivedCallback(self);
}; };


Expand Down

0 comments on commit a98b7dd

Please sign in to comment.