mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
added/fixed few headers
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Vendored
+3
-3
@@ -1,8 +1,8 @@
|
||||
// Typescript type definitions for jQuery.jNotify 1.0 by Fabio Franzini
|
||||
// Type definitions for jQuery.jNotify 1.0
|
||||
// Project: http://jnotify.codeplex.com
|
||||
// Definitions by: James Curran <https://github.com/jamescurran/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// Project by: Fabio Franzini
|
||||
|
||||
/// <reference path='../jquery/jquery.d.ts'/>
|
||||
|
||||
@@ -22,4 +22,4 @@ interface JNotifyOptions {
|
||||
interface JQuery {
|
||||
jnotifyInizialize(options?: JNotifyInitOptions);
|
||||
jnotifyAddMessage(options?: JNotifyOptions);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user