added/fixed few headers

https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Bartvds
2014-01-24 20:23:13 +01:00
parent feff6b9c3e
commit e45363e3d2
4 changed files with 13 additions and 7 deletions
+3 -3
View File
@@ -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);
}
}