mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2024-11-23 18:54:29 -08:00
Fix logging typo
This commit is contained in:
parent
5882ea6ce7
commit
f29c3a4150
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue