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); };