Added proper User-Agent string to Facebook calendar call, and various fixed spelling of 'exist'.

This commit is contained in:
Ashley M. Kirchner
2016-06-04 20:32:55 -06:00
parent 8d1ef5291f
commit 486956b762
7 changed files with 17 additions and 12 deletions

View File

@@ -117,7 +117,7 @@ var Fetcher = function(url, reloadInterval, encoding) {
};
/* broadcastItems()
* Broadcast the exsisting items.
* Broadcast the existing items.
*/
this.broadcastItems = function() {
if (items.length <= 0) {