darickc / MMM-BackgroundSlideshow

MIT License
138 stars 79 forks source link

horizontalGradient not used in code #80

Open c-roe opened 4 years ago

c-roe commented 4 years ago

I'm not used to commit on github, so I post it here.

MMM-BackgroundSlideshow.js line 259 is: this.createGradientDiv('right', this.config.gradient, wrapper); should be: this.createGradientDiv('right', this.config.horizontalGradient, wrapper);