Skip to content

Commit

Permalink
added/fixed headers o-s
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartvds committed Jan 24, 2014
1 parent 8c07ade commit 709a036
Show file tree
Hide file tree
Showing 21 changed files with 72 additions and 39 deletions.
5 changes: 5 additions & 0 deletions parallel/parallel.d.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions pdf/pdf.d.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion pubsubjs/pubsub.d.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -24,4 +27,4 @@ declare module PubSubJS {
}
}

declare var PubSub: PubSubJS.Base;
declare var PubSub: PubSubJS.Base;
5 changes: 5 additions & 0 deletions requirejs/require.d.ts
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 4 additions & 4 deletions rx.js/rx.aggregates.d.ts
Original file line number Diff line number Diff line change
@@ -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>;
Expand Down
6 changes: 3 additions & 3 deletions rx.js/rx.async.d.ts
Original file line number Diff line number Diff line change
@@ -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>;
Expand Down
8 changes: 4 additions & 4 deletions rx.js/rx.binding.d.ts
Original file line number Diff line number Diff line change
@@ -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> {
}
Expand Down
8 changes: 4 additions & 4 deletions rx.js/rx.coincidence.d.ts
Original file line number Diff line number Diff line change
@@ -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> {
Expand Down
2 changes: 1 addition & 1 deletion rx.js/rx.d.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions rx.js/rx.joinpatterns.d.ts
Original file line number Diff line number Diff line change
@@ -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> {
Expand Down
2 changes: 1 addition & 1 deletion rx.js/rx.jquery.d.ts
Original file line number Diff line number Diff line change
@@ -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"/>
Expand Down
6 changes: 3 additions & 3 deletions rx.js/rx.testing.d.ts
Original file line number Diff line number Diff line change
@@ -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();
Expand Down
8 changes: 4 additions & 4 deletions rx.js/rx.time.d.ts
Original file line number Diff line number Diff line change
@@ -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> {
Expand Down Expand Up @@ -80,4 +80,4 @@ declare module Rx {
timeSelector: (state: TState) => number,
scheduler?: IScheduler): Observable<TResult>;
}
}
}
6 changes: 3 additions & 3 deletions rx.js/rx.virtualtime.d.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions sammyjs/sammyjs.d.ts
Original file line number Diff line number Diff line change
@@ -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"/>
Expand Down Expand Up @@ -279,4 +279,4 @@ declare module Sammy {
interface JQueryStatic {
sammy: Sammy.SammyFunc;
log: Function;
}
}
2 changes: 1 addition & 1 deletion sharepoint/SharePoint.d.ts
Original file line number Diff line number Diff line change
@@ -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


Expand Down
5 changes: 5 additions & 0 deletions siesta/siesta.d.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions slickgrid/SlickGrid.d.ts
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions state-machine/state-machine.d.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions storejs/storejs.d.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -17,4 +18,4 @@ interface StoreJSStatic {
deserialize(value: string): any;
}

declare var store: StoreJSStatic;
declare var store: StoreJSStatic;
6 changes: 5 additions & 1 deletion sugar/sugar.d.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 709a036

Please sign in to comment.