From 8d687affd58b4997bf8023273c0d4208790824fd Mon Sep 17 00:00:00 2001 From: Chris Barr Date: Fri, 3 Apr 2015 07:45:37 -0400 Subject: [PATCH] notifyjs - adding missing `timeout` options --- notifyjs/notifyjs.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/notifyjs/notifyjs.d.ts b/notifyjs/notifyjs.d.ts index f36b8fbcd..0cff4e0c5 100644 --- a/notifyjs/notifyjs.d.ts +++ b/notifyjs/notifyjs.d.ts @@ -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