diff --git a/angular-animate/index.d.ts b/angular-animate/index.d.ts index 6fff8d0eb2..f51aada2a6 100644 --- a/angular-animate/index.d.ts +++ b/angular-animate/index.d.ts @@ -27,7 +27,7 @@ declare module 'angular' { enter?: (element: JQuery, doneFunction: Function, options: IAnimationOptions) => any; leave?: (element: JQuery, doneFunction: Function, options: IAnimationOptions) => any; move?: (element: JQuery, doneFunction: Function, options: IAnimationOptions) => any; - animate?: (element: JQuery, fromStyles: string, toStyles: string, doneFunction: Function, options: IAnimationOptions) => any;tions) => any; + animate?: (element: JQuery, fromStyles: string, toStyles: string, doneFunction: Function, options: IAnimationOptions) => any; } interface IAnimationPromise extends IPromise { } diff --git a/angular-deferred-bootstrap/angular-deferred-bootstrap-tests.ts b/angular-deferred-bootstrap/angular-deferred-bootstrap-tests.ts index d8a07444d1..0383135850 100644 --- a/angular-deferred-bootstrap/angular-deferred-bootstrap-tests.ts +++ b/angular-deferred-bootstrap/angular-deferred-bootstrap-tests.ts @@ -1,6 +1,3 @@ -/// -/// - deferredBootstrapper.bootstrap( { element: window.document, diff --git a/angular-deferred-bootstrap/index.d.ts b/angular-deferred-bootstrap/index.d.ts index a76226761c..c01059cf25 100644 --- a/angular-deferred-bootstrap/index.d.ts +++ b/angular-deferred-bootstrap/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Markus Wagner // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare var deferredBootstrapper: angular.IDeferredBootstrapperStatic; diff --git a/flux/utils/index.d.ts b/flux/utils/index.d.ts index ad7b56cc15..c43b1a8417 100644 --- a/flux/utils/index.d.ts +++ b/flux/utils/index.d.ts @@ -1,3 +1,8 @@ +// Type definitions for Flux Utils +// Project: http://facebook.github.io/flux/ +// Definitions by: Steve Baker , Giedrius Grabauskas +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + import * as React from 'react'; import * as Flux from 'flux'; import * as fbEmitter from 'fbemitter'; diff --git a/interact.js/index.d.ts b/interact.js/index.d.ts index 2a547450d5..7d17b5ac5d 100644 --- a/interact.js/index.d.ts +++ b/interact.js/index.d.ts @@ -200,7 +200,7 @@ declare namespace Interact { (element: HTMLElement): Interactable; (element: SVGElement): Interactable; (element: string): Interactable; - (element: string, {context: Element}): Interactable; + (element: string, { context: Element } : { context: Element }): Interactable; // returns boolean or {[key: string]: any} autoScroll(): any; autoScroll(options: boolean): InteractStatic;