mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Merge pull request #3040 from soundTricker/master
Rename module, directory and filename to follow CONTRIBUTING.md (From notify.js To notifyjs)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="notify.js.d.ts" />
|
||||
/// <reference path="notifyjs.d.ts" />
|
||||
|
||||
function test_Notify_constructor() {
|
||||
//Min
|
||||
+2
-2
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare var Notify: {
|
||||
new (title : string , options? : notify.INotifyOption): notify.INotify;
|
||||
new (title : string , options? : notifyjs.INotifyOption): notifyjs.INotify;
|
||||
|
||||
/**
|
||||
* Check is permission is needed for the user to receive notifications.
|
||||
@@ -26,7 +26,7 @@ declare var Notify: {
|
||||
isSupported() : boolean;
|
||||
}
|
||||
|
||||
declare module notify {
|
||||
declare module notifyjs {
|
||||
|
||||
/**
|
||||
* Interface for Web Notifications API Wrapper.
|
||||
Reference in New Issue
Block a user