mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Run eslint over files, see what gets fixed automatically and clean up
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
(function (window) {
|
||||
/**
|
||||
* extend obj function
|
||||
*
|
||||
* @param a
|
||||
* @param b
|
||||
*/
|
||||
function extend(a, b) {
|
||||
for (let key in b) {
|
||||
@@ -25,6 +28,8 @@
|
||||
|
||||
/**
|
||||
* NotificationFx function
|
||||
*
|
||||
* @param options
|
||||
*/
|
||||
function NotificationFx(options) {
|
||||
this.options = extend({}, this.options);
|
||||
|
Reference in New Issue
Block a user