fix linting errors. add line to changelog

This commit is contained in:
= 2018-05-10 19:54:01 -04:00
parent e492012004
commit c6bf69cce4
2 changed files with 19 additions and 18 deletions

View File

@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Added scroll up in fullscreen newsfeed article view - Added scroll up in fullscreen newsfeed article view
- Changed fullscreen newsfeed width from 100% to 100vw (better results) - Changed fullscreen newsfeed width from 100% to 100vw (better results)
- Added option to calendar module that colors only the symbol instead of the whole line - Added option to calendar module that colors only the symbol instead of the whole line
- Added option for new display format in the calendar module with date headers with times/events below.
### Changed ### Changed
- Use Electron 2 Beta. **Please test!** - Use Electron 2 Beta. **Please test!**

View File

@ -132,7 +132,7 @@ Module.register("calendar", {
return wrapper; return wrapper;
} }
var lastSeenDate = ''; var lastSeenDate = "";
for (var e in events) { for (var e in events) {
var event = events[e]; var event = events[e];