mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 18:13:16 -04:00
fix issue with show/hide callbacks
This commit is contained in:
parent
0a19570f2c
commit
54dda91726
2 changed files with 7 additions and 2 deletions
|
@ -17,6 +17,9 @@ var Module = Class.extend({
|
|||
// Module config defaults.
|
||||
defaults: {},
|
||||
|
||||
// Timer reference used for showHide animation callbacks.
|
||||
showHideTimer: null,
|
||||
|
||||
/* init()
|
||||
* Is called when the module is instantiated.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue