Fix definitions for TS 0.9

This commit is contained in:
Neil Stalker
2013-06-25 13:44:00 +01:00
parent 5897eeb78c
commit 8d4540f61b
7 changed files with 85 additions and 86 deletions
+4 -4
View File
@@ -3,9 +3,9 @@
// Definitions by: Dániel Tar <https://github.com/qcz/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="jquery.d.ts"/>
/// <reference path="../jquery/jquery.d.ts"/>
declare interface JScrollPaneSettings {
interface JScrollPaneSettings {
/**
* Whether arrows should be shown on the generated scroll pane. When set to false only the scrollbar
* track and drag will be shown, if set to true then arrows buttons will also be shown.
@@ -141,7 +141,7 @@ declare interface JScrollPaneSettings {
trackClickRepeatFreq?: number;
}
declare interface JScrollPaneApi {
interface JScrollPaneApi {
/**
* Reinitialises the scroll pane (if it's internal dimensions have changed since the last time it was initialised).
* The settings object which is passed in will override any settings from the previous time it was initialised -
@@ -308,7 +308,7 @@ declare interface JScrollPaneApi {
destroy(): void;
}
declare interface JQuery {
interface JQuery {
/**
* Initialises the jScrollPane on the JQuery object.
*/