Fix logging typo

This commit is contained in:
Edward Shen 2020-11-23 18:39:54 -05:00
parent 5882ea6ce7
commit f29c3a4150
Signed by: edward
GPG key ID: 19182661E818369F

View file

@ -113,7 +113,7 @@ Module.register('MMM-pages', {
break;
case 'DOM_OBJECTS_CREATED':
Log.log('[Pages]: received that all objects are created;'
+ 'will now hide things!');
+ ' will now hide things!');
this.sendNotification('MAX_PAGES_CHANGED', this.config.modules.length);
this.sendNotification('NEW_PAGE', this.curPage);
this.animatePageChange();