mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 17:44:52 -04:00
Missing ,
This commit is contained in:
parent
5e75a6b4a0
commit
0252495eca
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ var Log = (function() {
|
|||
},
|
||||
groupCollapsed: function(message) {
|
||||
console.groupCollapsed(message);
|
||||
}
|
||||
},
|
||||
groupEnd: function() {
|
||||
console.groupEnd();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue