Fixed typo in NotifyBanner docs
This commit is contained in:
parent
795c745905
commit
11fc75f3c1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ This parameter is optional. It receives a JS-Object with parameters for colors a
|
||||||
fgColor: "red",
|
fgColor: "red",
|
||||||
|
|
||||||
// Set the color of the Background
|
// Set the color of the Background
|
||||||
bgcolor: "yellow",
|
bgColor: "yellow",
|
||||||
|
|
||||||
// Set the timeout in ms
|
// Set the timeout in ms
|
||||||
time: 4000
|
time: 4000
|
||||||
|
|
Loading…
Reference in a new issue