mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
normalize line ending (CRLF -> LF)
This commit is contained in:
+21
-21
@@ -1,22 +1,22 @@
|
||||
// Type definitions for leanModal.js 1.1
|
||||
// Project: http://leanmodal.finelysliced.com.au/
|
||||
// Definitions by: FinelySliced <https://github.com/FinelySliced>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
interface JQueryLeanModalOption {
|
||||
top? : number;
|
||||
overlay? : number;
|
||||
closeButton? : String;
|
||||
}
|
||||
|
||||
interface JQueryStatic {
|
||||
leanModal(): JQuery;
|
||||
leanModal(val : JQueryLeanModalOption): JQuery;
|
||||
}
|
||||
|
||||
interface JQuery {
|
||||
leanModal(): JQuery;
|
||||
leanModal(val : JQueryLeanModalOption): JQuery;
|
||||
// Type definitions for leanModal.js 1.1
|
||||
// Project: http://leanmodal.finelysliced.com.au/
|
||||
// Definitions by: FinelySliced <https://github.com/FinelySliced>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
interface JQueryLeanModalOption {
|
||||
top? : number;
|
||||
overlay? : number;
|
||||
closeButton? : String;
|
||||
}
|
||||
|
||||
interface JQueryStatic {
|
||||
leanModal(): JQuery;
|
||||
leanModal(val : JQueryLeanModalOption): JQuery;
|
||||
}
|
||||
|
||||
interface JQuery {
|
||||
leanModal(): JQuery;
|
||||
leanModal(val : JQueryLeanModalOption): JQuery;
|
||||
}
|
||||
Reference in New Issue
Block a user