mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2025-01-12 10:58:18 -08:00
Fix typo
This commit is contained in:
parent
6ffcd58d12
commit
398c68a195
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ Module.register('MMM-pages', {
|
||||||
* elements.
|
* elements.
|
||||||
*/
|
*/
|
||||||
updatePages: function () {
|
updatePages: function () {
|
||||||
// Update iff there's at least one page.
|
// Update if there's at least one page.
|
||||||
if (this.config.modules.length !== 0) {
|
if (this.config.modules.length !== 0) {
|
||||||
this.animatePageChange();
|
this.animatePageChange();
|
||||||
if (!this.rotationPaused) {
|
if (!this.rotationPaused) {
|
||||||
|
|
Loading…
Reference in a new issue