fix issue with show/hide callbacks

This commit is contained in:
Michael Teeuw 2016-04-08 17:27:02 +02:00
parent 0a19570f2c
commit 54dda91726
2 changed files with 7 additions and 2 deletions

View file

@ -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.
*/