mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Changed IOption to IJquerySlimScrollOptions
This commit is contained in:
4
jquery.slimScroll/jquery.slimScroll.d.ts
vendored
4
jquery.slimScroll/jquery.slimScroll.d.ts
vendored
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
interface IOptions {
|
||||
interface IJQuerySlimScrollOptions {
|
||||
// width in pixels of the visible scroll area
|
||||
width? :string;
|
||||
// height in pixels of the visible scroll area
|
||||
@@ -54,7 +54,7 @@ interface IOptions {
|
||||
interface JQuery {
|
||||
slimScroll:{
|
||||
(): JQuery;
|
||||
(options:IOptions): JQuery;
|
||||
(options:IJQuerySlimScrollOptions): JQuery;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user