mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+4
-4
@@ -32,8 +32,8 @@ declare var Notify: {
|
||||
permissionLevel: string;
|
||||
}
|
||||
|
||||
declare module notifyjs {
|
||||
|
||||
declare namespace notifyjs {
|
||||
|
||||
/**
|
||||
* Interface for Web Notifications API Wrapper.
|
||||
*/
|
||||
@@ -58,7 +58,7 @@ declare module notifyjs {
|
||||
onErrorNotification() : void;
|
||||
handleEvent(e : Event) : void;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Interface for the Notify's optional parameter.
|
||||
*/
|
||||
@@ -78,7 +78,7 @@ declare module notifyjs {
|
||||
* unique identifier to stop duplicate notifications
|
||||
*/
|
||||
tag? : string;
|
||||
|
||||
|
||||
/**
|
||||
* number of seconds to close the notification automatically
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user