Skip to content

Commit

Permalink
Merge pull request #5 from p-bakker/master
Browse files Browse the repository at this point in the history
enhancement # make methods to show a toastr use async-now
  • Loading branch information
pruhsert authored Oct 6, 2020
2 parents 4ebf60a + e33c314 commit 517ba53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webnotifications/toastr/toastr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
{
"info":
{
"async-now": true,
"parameters": [
{
"name":"message",
Expand All @@ -40,6 +41,7 @@
},
"warning":
{
"async-now": true,
"parameters": [
{
"name":"message",
Expand All @@ -64,6 +66,7 @@
},
"success":
{
"async-now": true,
"parameters": [
{
"name":"message",
Expand All @@ -88,6 +91,7 @@
},
"error":
{
"async-now": true,
"parameters": [
{
"name":"message",
Expand Down

0 comments on commit 517ba53

Please sign in to comment.