Merge pull request #1613 from Bartvds/headers/fix

added/fixed few headers
This commit is contained in:
Bart van der Schoor
2014-01-24 12:36:14 -08:00
4 changed files with 13 additions and 7 deletions

View File

@@ -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 <https://github.com/jamescurran/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// Project by: Fabio Franzini
/// <reference path='../jquery/jquery.d.ts'/>
@@ -22,4 +22,4 @@ interface JNotifyOptions {
interface JQuery {
jnotifyInizialize(options?: JNotifyInitOptions);
jnotifyAddMessage(options?: JNotifyOptions);
}
}

View File

@@ -1,7 +1,8 @@
// Typescript type definitions for jQuery.noty v2.0 by Nedim Carter <http://needim.github.io>
// Type definitions for jQuery.noty v2.0
// Project: http://needim.github.io/noty/
// Definitions by: Aaron King <https://github.com/kingdango/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// Project by: Nedim Carter <http://needim.github.io>
/// <reference path='../jquery/jquery.d.ts'/>
@@ -64,4 +65,4 @@ declare var noty: {
closed: boolean;
shown: boolean;
}
}

2
jquery/jquery.d.ts vendored
View File

@@ -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 <https://github.com/borisyankov/>, Christian Hoffmeister <https://github.com/choffmeister>, Steve Fenton, Diullei Gomes <https://github.com/Diullei>, Tass Iliopoulos <https://github.com/tasoili>, Jason Swearingen, Sean Hill <https://github.com/seanski>, Guus Goossens <https://github.com/Guuz>, Kelly Summerlin <https://github.com/ksummerlin>, Basarat Ali Syed <https://github.com/basarat>, Nicholas Wolverson <https://github.com/nwolverson>, Derek Cicerone <https://github.com/derekcicerone>, Andrew Gaspar <https://github.com/AndrewGaspar>, James Harrison Fisher <https://github.com/jameshfisher>, Seikichi Kondo <https://github.com/seikichi>, Benjamin Jackman <https://github.com/benjaminjackman>, Poul Sorensen <https://github.com/s093294>, Josh Strobl <https://github.com/JoshStrobl>, John Reilly <https://github.com/johnnyreilly/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

7
pixi/webgl.d.ts vendored
View File

@@ -1,3 +1,8 @@
// Type definitions for WebGL
// Project: https://www.khronos.org/webgl/
// Definitions by: xperiments <http://github.com/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;
}
}