mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Rename all definition files, remove versions
This commit is contained in:
Vendored
+25
@@ -0,0 +1,25 @@
|
||||
// Typescript type definitions for jQuery.jNotify 1.0 by Fabio Franzini
|
||||
// Project: http://jnotify.codeplex.com
|
||||
// Definitions by: James Curran <https://github.com/jamescurran/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
/// <reference path='../jquery/jquery-1.9.d.ts'/>
|
||||
|
||||
interface JNotifyInitOptions {
|
||||
oneAtTime?: bool;
|
||||
appendType?: string;
|
||||
}
|
||||
|
||||
interface JNotifyOptions {
|
||||
text?: string;
|
||||
type?: string;
|
||||
showIcon?: bool;
|
||||
permanent?: bool;
|
||||
disappearTime?: number;
|
||||
}
|
||||
|
||||
interface JQuery {
|
||||
jnotifyInizialize(options?: JNotifyInitOptions);
|
||||
jnotifyAddMessage(options?: JNotifyOptions);
|
||||
}
|
||||
Reference in New Issue
Block a user