notifyjs - adding missing timeout options

This commit is contained in:
Chris Barr
2015-04-03 07:45:37 -04:00
parent 2520bce9a8
commit 8d687affd5
+5
View File
@@ -72,6 +72,11 @@ declare module notifyjs {
* unique identifier to stop duplicate notifications
*/
tag? : string;
/**
* number of seconds to close the notification automatically
*/
timeout? : number;
/**
* callback when notification is shown