mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
Fix lint error
This commit is contained in:
parent
97120bd1f1
commit
cebed0824f
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@
|
|||
|
||||
return ret;
|
||||
};
|
||||
})(name, prop[name]) :
|
||||
prop[name];
|
||||
})(name, prop[name]) :
|
||||
prop[name];
|
||||
}
|
||||
|
||||
// The dummy class constructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue