You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autoStart config property doesn't works. No way to set it before:
// hooks for starting the snow
if (s.autoStart) {
s.events.add(window, 'load', doStart, false);
}
The text was updated successfully, but these errors were encountered:
autoStart config property doesn't works. No way to set it before:
// hooks for starting the snow
if (s.autoStart) {
s.events.add(window, 'load', doStart, false);
}
The text was updated successfully, but these errors were encountered: