We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This happens on branch v1.0.0.
v1.0.0
For some reason If I call mbox passing an options object the next time I will call mbox the previous settings will be used.
So if I have the following snippet:
var options = {inDuration:500,outDuration:1800}; mbox.alert("hello",options);
Now If I use mbox.alert("hello") it will use the previous settings object even If I didn't pass it
mbox.alert("hello")
The only exception is locale and opacity options
locale
opacity
The text was updated successfully, but these errors were encountered:
kounelios13
No branches or pull requests
This happens on branch
v1.0.0
.For some reason If I call mbox passing an options object the next time I will call mbox the previous settings will be used.
So if I have the following snippet:
Now If I use
mbox.alert("hello")
it will use the previous settings object even If I didn't pass itThe only exception is
locale
andopacity
optionsThe text was updated successfully, but these errors were encountered: