added/fixed headers e-i

https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Bartvds
2014-01-24 00:19:24 +01:00
parent 950d0d85a7
commit 03eecbb681
13 changed files with 42 additions and 21 deletions

View File

@@ -1,3 +1,8 @@
// Type definitions for express-validator
// Project: https://github.com/ctavan/express-validator
// Definitions by: Nathan Ridley <https://github.com/axefrog/>
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
declare module ExpressValidator {
export interface ValidationError {
msg: string;

View File

@@ -1,6 +1,7 @@
// Type definitions for FabricJS
// Project: http://fabricjs.com/
// Definitions by: Oliver Klemencic <https://github.com/oklemencic/>
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
/*
USAGE

View File

@@ -1,4 +1,4 @@
// Type Definitions for File API: Directories and System (File System API)
// Type Definitions for File System API
// Project: http://www.w3.org/TR/file-system-api/
// Definitions by: Kon <http://phyzkit.net/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

View File

@@ -1,5 +1,5 @@
// Type definitions for Firebase API
// Project: https://www.firebase.com/docs/javascript/firebase/index.html
// Project: https://www.firebase.com/docs/javascript/firebase
// Definitions by: Vincent Botone <https://github.com/vbortone/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

8
flight/flight.d.ts vendored
View File

@@ -1,10 +1,10 @@
/// <reference path="../jquery/jquery.d.ts" />
// Type definitions for Flight 1.1.1
// Type definitions for Flight 1.1.1
// Project: http://flightjs.github.com/flight/
// Definitions by: Jonathan Hedrén <https://github.com/jonathanhedren/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts" />
declare module Flight {
export interface Base {
@@ -235,4 +235,4 @@ declare module Flight {
}
declare var DEBUG: Flight.DebugStatic;
declare var flight: Flight.FlightStatic;
declare var flight: Flight.FlightStatic;

View File

@@ -1,6 +1,7 @@
//Project Google Feed Apis
// Type definitions for Google Feed Apis
// Project: https://developers.google.com/feed/
// Definitions by: https://github.com/RodneyJT
// Definitions by: RodneyJT <https://github.com/RodneyJT>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module google.feeds {
export class feed {

View File

@@ -1,3 +1,8 @@
// Type definitions for Google Visualisation Apis
// Project: https://developers.google.com/chart/
// Definitions by: Dan Ludwig <https://github.com/danludwig>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module google {
function load(visualization: string, version: string, packages: any): void;
@@ -468,4 +473,4 @@ declare module google {
//#endregion
}
}
}

View File

@@ -1,3 +1,8 @@
// Type definitions for Google Geolocation 0.4.8
// Project: https://developers.google.com/maps/
// Definitions by: Folia A/S <http://www.folia.dk>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/*
The MIT License

View File

@@ -1,4 +1,8 @@
// GreenSock Animation Platform (GSAP) - http://www.greensock.com/get-started-js/
// Type definitions for GreenSock Animation Platform 1.1
// Project: http://www.greensock.com/get-started-js/
// Definitions by: Robert S <https://github.com/codebelt>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// JavaScript Docs http://api.greensock.com/js/
// Version 1.1 (TypeScript 0.9)

View File

@@ -1,10 +1,7 @@
/*
highlight.js definition by Niklas Mollenhauer
Last Update: 10.09.2013
Source Code: https://github.com/isagalaev/highlight.js
Project Page: http://softwaremaniacs.org/soft/highlight/en/
*/
// Type definitions for highlight.js
// Project: https://github.com/isagalaev/highlight.js
// Definitions by: Niklas Mollenhauer <https://github.com/nikeee/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module "highlight.js"
{
module hljs

View File

@@ -1,11 +1,12 @@
/// <reference path="../jquery/jquery.d.ts" />
// Type definitions for i18next (v1.5.10 incl. jQuery)
// Project: http://i18next.com
// Sources: https://github.com/jamuhl/i18next/
// Definitions by: Maarten Docter <https://github.com/mdocter> - Blog: http://www.maartendocter.nl
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// Sources: https://github.com/jamuhl/i18next/
/// <reference path="../jquery/jquery.d.ts" />
interface IResourceStore {
[language: string]: IResourceStoreLanguage;
}

1
ix.js/ix.d.ts vendored
View File

@@ -1,6 +1,7 @@
// Type definitions for IxJS 1.0.6 / ix.js
// Project: https://github.com/Reactive-Extensions/IxJS
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="l2o.d.ts"/>

3
ix.js/l2o.d.ts vendored
View File

@@ -1,6 +1,7 @@
// Type definitions for IxJS 1.0.6 / l2o.js
// Project: https://github.com/Reactive-Extensions/IxJS
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module Ix {
export interface Disposable {
@@ -247,4 +248,4 @@ declare module Ix {
}
var Enumerable: EnumerableStatic;
}
}