added/fixed headers o-s

https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Bartvds
2014-01-24 01:56:27 +01:00
parent 8c07adefeb
commit 709a0363a0
21 changed files with 72 additions and 39 deletions
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for parallel.js
// Project: http://adambom.github.io/parallel.js/
// Definitions by: Josh Baldwin <https://github.com/jbaldwin/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/*
Copyright(c) 2013 Josh Baldwin https://github.com/jbaldwin/parallel.d.ts
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for PDF.js
// Project: https://github.com/mozilla/pdf.js
// Definitions by: Josh Baldwin <https://github.com/jbaldwin/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/*
Copyright (c) 2013 Josh Baldwin https://github.com/jbaldwin/pdf.d.ts
+4 -1
View File
@@ -1,4 +1,7 @@
// Type definitions for PubSubJS 1.3.5
// Project: https://github.com/mroderick/PubSubJS
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module PubSubJS {
interface Base extends Publish, Subscribe, Unsubscribe {
@@ -24,4 +27,4 @@ declare module PubSubJS {
}
}
declare var PubSub: PubSubJS.Base;
declare var PubSub: PubSubJS.Base;
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for RequireJS 2.1.8
// Project: http://requirejs.org/
// Definitions by: Josh Baldwin <https://github.com/jbaldwin/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/*
require-2.1.8.d.ts may be freely distributed under the MIT license.
+4 -4
View File
@@ -1,11 +1,11 @@
///<reference path="rx.d.ts" />
// Type definitions for RxJS-Aggregates package
// Type definitions for RxJS-Aggregates package
// Project: http://rx.codeplex.com/
// Definitions by: Carl de Billy <http://carl.debilly.net/>
// Revision by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
declare module Rx {
export interface Observable<T> {
aggregate(accumulator: (acc: T, value: T) => T): Observable<T>;
+3 -3
View File
@@ -1,11 +1,11 @@
///<reference path="rx.d.ts" />
// Type definitions for RxJS-Async package 2.2.11
// Project: http://rx.codeplex.com/
// Definitions by: zoetrope <https://github.com/zoetrope>
// Revision by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
declare module Rx {
interface ObservableStatic {
start<T>(func: () => T, scheduler?: IScheduler, context?: any): Observable<T>;
+4 -4
View File
@@ -1,11 +1,11 @@
///<reference path="rx.d.ts" />
// Type definitions for RxJS-Binding package
// Type definitions for RxJS-Binding package
// Project: http://rx.codeplex.com/
// Definitions by: Carl de Billy <http://carl.debilly.net/>
// Revision by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
declare module Rx {
export interface BehaviorSubject<T> extends Subject<T> {
}
+4 -4
View File
@@ -1,11 +1,11 @@
///<reference path="rx.d.ts" />
// Type definitions for RxJS-Coincidence package
// Type definitions for RxJS-Coincidence package
// Project: http://rx.codeplex.com/
// Definitions by: Carl de Billy <http://carl.debilly.net/>
// Revision by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
declare module Rx {
interface Observable<T> {
+1 -1
View File
@@ -1,7 +1,7 @@
// Type definitions for RxJS
// Project: http://rx.codeplex.com/
// Definitions by: gsino <http://www.codeplex.com/site/users/view/gsino>
// Revision by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module Rx {
+3 -3
View File
@@ -1,10 +1,10 @@
///<reference path="rx.d.ts" />
// Type definitions for RxJS-Join package
// Type definitions for RxJS-Join package
// Project: http://rx.codeplex.com/
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
declare module Rx {
interface Pattern1<T1> {
+1 -1
View File
@@ -1,6 +1,6 @@
// Type definitions for bridging RxJS with jQuery.
// Project: https://github.com/Reactive-Extensions/RxJS-jQuery/
// Revision by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="../jquery/jquery.d.ts"/>
+3 -3
View File
@@ -1,11 +1,11 @@
///<reference path="rx.d.ts" />
///<reference path="rx.virtualtime.d.ts" />
// Type definitions for RxJS-Testing
// Project: https://github.com/Reactive-Extensions/RxJS/
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
///<reference path="rx.virtualtime.d.ts" />
declare module Rx {
export class TestScheduler extends VirtualTimeScheduler<number, number> {
constructor();
+4 -4
View File
@@ -1,11 +1,11 @@
///<reference path="rx.d.ts" />
// Type definitions for RxJS "Aggregates"
// Project: http://rx.codeplex.com/
// Definitions by: Carl de Billy <http://carl.debilly.net/>
// Revision by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
declare module Rx {
export interface TimeInterval<T> {
@@ -80,4 +80,4 @@ declare module Rx {
timeSelector: (state: TState) => number,
scheduler?: IScheduler): Observable<TResult>;
}
}
}
+3 -3
View File
@@ -1,11 +1,11 @@
///<reference path="rx.d.ts" />
// Type definitions for RxJS-VirtualTime package 2.2
// Project: http://rx.codeplex.com/
// Definitions by: gsino <http://www.codeplex.com/site/users/view/gsino>
// Revision by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
declare module Rx {
// Virtual IScheduler
export /*abstract*/ class VirtualTimeScheduler<TAbsolute, TRelative> extends Scheduler {
+2 -2
View File
@@ -1,7 +1,7 @@
// Type definitions for Sammy.js
// Project: http://sammyjs.org/
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
// - Updated for TypeScript 0.9.x by: Oisin Grehan <https://github.com/oising>
// Definitions by: Oisin Grehan <https://github.com/oising>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts"/>
@@ -279,4 +279,4 @@ declare module Sammy {
interface JQueryStatic {
sammy: Sammy.SammyFunc;
log: Function;
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
// Type definitions for sptypescript
// Project: http://sptypescript.codeplex.com
// Definitions by: Stanislav Vyshchepan <http://gandjustas.blogspot.ru> and Andrey Markeev <http://markeev.com>
// Definitions by: Stanislav Vyshchepan <http://gandjustas.blogspot.ru>, Andrey Markeev <http://markeev.com>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for Siesta
// Project: http://www.bryntum.com/products/siesta/
// Definitions by: bquarmby <https://github.com/bquarmby>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module Siesta {
/**
* @abstract
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for SlickGrid 2.1.0
// Project: https://github.com/mleibman/SlickGrid
// Definitions by: Josh Baldwin <https://github.com/jbaldwin/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/*
SlickGrid-2.1.d.ts may be freely distributed under the MIT license.
+2 -2
View File
@@ -1,9 +1,9 @@
// Type definitions for Finite State Machine 2.2
// Project: https://github.com/jakesgordon/javascript-state-machine
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
// Definitions by: Maarten Docter <https://github.com/mdocter> (2013/01/22)
// Definitions by: William Sears <https://github.com/MrBigDog2U> (2013/01/25)
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// Updated: 2013/01/22 by Maarten Docter <https://github.com/mdocter>
// Updated: 2013/01/25 by William Sears <https://github.com/MrBigDog2U>
interface StateMachineErrorCallback {
(eventName?: string, from?: string, to?: string, args?: any[], errorCode?: number, errorMessage?: string, ex?: Error): void; // NB. errorCode? See: StateMachine.Error
+3 -2
View File
@@ -1,9 +1,10 @@
// Type definitions for store.js
// store.js exposes a simple API for cross browser local storage
// Project: https://github.com/marcuswestin/store.js/
// Definitions by: Vincent Bortone <https://github.com/vbortone/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// store.js exposes a simple API for cross browser local storage
interface StoreJSStatic {
set(key: string, value: any): any;
get(key: string): any;
@@ -17,4 +18,4 @@ interface StoreJSStatic {
deserialize(value: string): any;
}
declare var store: StoreJSStatic;
declare var store: StoreJSStatic;
+5 -1
View File
@@ -1,4 +1,8 @@
/*
// Type definitions for Sugar 1.3.9
// Project: http://http://sugarjs.com/
// Definitions by: Josh Baldwin <https://github.com/jbaldwin/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/*
sugar-1.3.9.d.ts may be freely distributed under the MIT license.
Copyright (c) 2013 Josh Baldwin https://github.com/jbaldwin/sugar.d.ts