test file created

This commit is contained in:
Michal Wrzesniewski
2015-12-03 10:32:56 +01:00
parent 288805ab6e
commit 6ced381e2f
2 changed files with 7 additions and 20 deletions
+2
View File
@@ -0,0 +1,2 @@
/// <reference path="../jquery/jquery.d.ts" />
/// <reference path="foundation.d.ts" />
+5 -20
View File
@@ -344,6 +344,8 @@ declare module Foundation {
interface Nest {
// TODO
//Feather: function(menu, type)
// Burn: function(menu, type){
}
export interface Timer {
@@ -360,29 +362,12 @@ declare module Foundation {
// TODO :extension on jQuery
}
export interface InterChange {
destroy: () => void;
}
interface IInterChangeOptions {
rules ?: Array<String>;
}
interface ITooltipOptions {
hoverDelay ?: number;
fadeInDuration ?: number;
fadeOutDuration ?: number;
disableHover ?: boolean;
templateClasses ?: String;
tooltipClass ?: String;
triggerClass ?: String;
showOn ?: String;
template ?: String;
tipText ?: String;
clickOpenr ?: boolean;
positionClass ?: String;
vOffset ?: number;
hOffset ?: number;
rules ?: Array<any>;
}
interface FoundationStatic {
version : String;