From e45363e3d2db08e60914281532af868639fd380f Mon Sep 17 00:00:00 2001 From: Bartvds Date: Fri, 24 Jan 2014 20:23:13 +0100 Subject: [PATCH] added/fixed few headers https://github.com/borisyankov/DefinitelyTyped/issues/1570 --- jquery.jnotify/jquery.jnotify.d.ts | 6 +++--- jquery.noty/jquery.noty.d.ts | 5 +++-- jquery/jquery.d.ts | 2 +- pixi/webgl.d.ts | 7 ++++++- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/jquery.jnotify/jquery.jnotify.d.ts b/jquery.jnotify/jquery.jnotify.d.ts index 7c9cf05bbb..21a9485d7d 100644 --- a/jquery.jnotify/jquery.jnotify.d.ts +++ b/jquery.jnotify/jquery.jnotify.d.ts @@ -1,8 +1,8 @@ -// Typescript type definitions for jQuery.jNotify 1.0 by Fabio Franzini +// Type definitions for jQuery.jNotify 1.0 // Project: http://jnotify.codeplex.com // Definitions by: James Curran // Definitions: https://github.com/borisyankov/DefinitelyTyped - +// Project by: Fabio Franzini /// @@ -22,4 +22,4 @@ interface JNotifyOptions { interface JQuery { jnotifyInizialize(options?: JNotifyInitOptions); jnotifyAddMessage(options?: JNotifyOptions); -} \ No newline at end of file +} diff --git a/jquery.noty/jquery.noty.d.ts b/jquery.noty/jquery.noty.d.ts index fe548b6e8c..9ec7d85e4f 100644 --- a/jquery.noty/jquery.noty.d.ts +++ b/jquery.noty/jquery.noty.d.ts @@ -1,7 +1,8 @@ -// Typescript type definitions for jQuery.noty v2.0 by Nedim Carter +// Type definitions for jQuery.noty v2.0 // Project: http://needim.github.io/noty/ // Definitions by: Aaron King // Definitions: https://github.com/borisyankov/DefinitelyTyped +// Project by: Nedim Carter /// @@ -64,4 +65,4 @@ declare var noty: { closed: boolean; shown: boolean; -} \ No newline at end of file +} diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts index a170155c65..d91443009b 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -1,4 +1,4 @@ -// Typing for the jQuery library 1.10.x / 2.0.x +// Type definitions for jQuery 1.10.x / 2.0.x // Project: http://jquery.com/ // Definitions by: Boris Yankov , Christian Hoffmeister , Steve Fenton, Diullei Gomes , Tass Iliopoulos , Jason Swearingen, Sean Hill , Guus Goossens , Kelly Summerlin , Basarat Ali Syed , Nicholas Wolverson , Derek Cicerone , Andrew Gaspar , James Harrison Fisher , Seikichi Kondo , Benjamin Jackman , Poul Sorensen , Josh Strobl , John Reilly // Definitions: https://github.com/borisyankov/DefinitelyTyped diff --git a/pixi/webgl.d.ts b/pixi/webgl.d.ts index 63172ad92e..71538bbf8a 100644 --- a/pixi/webgl.d.ts +++ b/pixi/webgl.d.ts @@ -1,3 +1,8 @@ +// Type definitions for WebGL +// Project: https://www.khronos.org/webgl/ +// Definitions by: xperiments +// Definitions: https://github.com/borisyankov/DefinitelyTyped + interface WebGLContextAttributes { alpha : boolean; depth : boolean; @@ -531,4 +536,4 @@ interface WindowAnimationTiming { //To make WebGL work interface HTMLCanvasElement { getContext(contextId: string, params : {}): WebGLRenderingContext; -} \ No newline at end of file +}