mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 17:08:21 +08:00
Rename module, directory and filename to follow CONTRIBUTING.md
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
|
||||
@@ -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