Merge pull request #4040 from chrismbarr/patch-3

notifyjs - adding missing `timeout` options to typedefs
This commit is contained in:
Masahiro Wakame
2015-04-07 23:42:56 +09:00
+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