From 0efeed5c4520348fd841bc2129ce064b705428b3 Mon Sep 17 00:00:00 2001 From: Bartvds Date: Thu, 23 Jan 2014 23:50:00 +0100 Subject: [PATCH] added/fixed headers a-d https://github.com/borisyankov/DefinitelyTyped/issues/1570 --- amcharts/AmCharts.d.ts | 9 +++++++-- .../AzureMobileServicesClient.d.ts | 2 +- backbone-relational/backbone-relational.d.ts | 4 ++-- bgiframe/typescript.bgiframe.d.ts | 4 ++-- bootstrap.paginator/bootstrap.paginator.d.ts | 7 ++++++- bootstrap.timepicker/bootstrap.timepicker.d.ts | 7 +++++-- box2d/box2dweb.d.ts | 5 +++++ breeze/breeze.d.ts | 4 +--- codemirror/codemirror.d.ts | 5 +++++ cometd/cometd.d.ts | 1 + cryptojs/cryptojs.d.ts | 3 +-- d3/d3.d.ts | 2 +- dropzone/dropzone.d.ts | 3 ++- durandal/durandal.d.ts | 7 ++++++- 14 files changed, 45 insertions(+), 18 deletions(-) diff --git a/amcharts/AmCharts.d.ts b/amcharts/AmCharts.d.ts index 6004030ea..3012b2a0a 100644 --- a/amcharts/AmCharts.d.ts +++ b/amcharts/AmCharts.d.ts @@ -1,4 +1,9 @@ -/// AmCharts object (it's not a class) is create automatically when amcharts.js or amstock.js file is included in a web page. +// Type definitions for amCharts +// Project: http://www.amcharts.com/ +// Definitions by: aleksey-bykov +// Definitions: https://github.com/borisyankov/DefinitelyTyped + +/// AmCharts object (it's not a class) is create automatically when amcharts.js or amstock.js file is included in a web page. declare module AmCharts { /** Set it to true if you have base href set for your page. This will fix rendering problems in Firefox caused by base href. */ @@ -2340,4 +2345,4 @@ If you do not set properties such as dashLength, lineAlpha, lineColor, etc - val /** Removes event listener from chart object. */ removeListener(chart: AmChart, type: string, handler: any); } -} \ No newline at end of file +} diff --git a/azure-mobile-services-client/AzureMobileServicesClient.d.ts b/azure-mobile-services-client/AzureMobileServicesClient.d.ts index 0c022f734..67c7bed72 100644 --- a/azure-mobile-services-client/AzureMobileServicesClient.d.ts +++ b/azure-mobile-services-client/AzureMobileServicesClient.d.ts @@ -1,5 +1,5 @@ // Type definitions for Microsoft.Windows.Azure.MobileService.Web-1.0.0 -// Project: https://.azure-mobile.net/client/MobileServices.Web-1.0.0.min.js +// Project: Microsoft Windows AzureMobile Service // Definitions by: Morosinotto Daniele // Definitions: https://github.com/borisyankov/DefinitelyTyped diff --git a/backbone-relational/backbone-relational.d.ts b/backbone-relational/backbone-relational.d.ts index fca37939e..56dd2e9e8 100644 --- a/backbone-relational/backbone-relational.d.ts +++ b/backbone-relational/backbone-relational.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Backbone 0.8.5 +// Type definitions for Backbone-relational 0.8.5 // Project: http://backbonerelational.org/ // Definitions by: Eirik Hoem // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -165,4 +165,4 @@ declare module Backbone { } -} \ No newline at end of file +} diff --git a/bgiframe/typescript.bgiframe.d.ts b/bgiframe/typescript.bgiframe.d.ts index 1cb389747..dfe4a7cc7 100644 --- a/bgiframe/typescript.bgiframe.d.ts +++ b/bgiframe/typescript.bgiframe.d.ts @@ -1,4 +1,4 @@ -// Type definitions for typescript.bgiframe 1.0 +// Type definitions for bgiframe 1.0 // Project: https://github.com/sumegizoltan/BgiFrame // Definitions by: Zoltan Sumegi // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -30,4 +30,4 @@ declare module BgiFrame { getIframe(element: HTMLElement): HTMLElement; prop(n: any): string; } -} \ No newline at end of file +} diff --git a/bootstrap.paginator/bootstrap.paginator.d.ts b/bootstrap.paginator/bootstrap.paginator.d.ts index fa530edd2..e45f1c3ce 100644 --- a/bootstrap.paginator/bootstrap.paginator.d.ts +++ b/bootstrap.paginator/bootstrap.paginator.d.ts @@ -1,3 +1,8 @@ +// Type definitions for bootstrap.paginator +// Project: https://github.com/lyonlai/bootstrap-paginator +// Definitions by: derikwhittaker +// Definitions: https://github.com/borisyankov/DefinitelyTyped + /// interface PaginatorOptions{ @@ -20,4 +25,4 @@ interface PaginatorOptions{ interface JQuery { bootstrapPaginator(): JQuery; bootstrapPaginator(options: PaginatorOptions): JQuery; -} \ No newline at end of file +} diff --git a/bootstrap.timepicker/bootstrap.timepicker.d.ts b/bootstrap.timepicker/bootstrap.timepicker.d.ts index 868588276..2dd80b858 100644 --- a/bootstrap.timepicker/bootstrap.timepicker.d.ts +++ b/bootstrap.timepicker/bootstrap.timepicker.d.ts @@ -1,4 +1,7 @@ - +// Type definitions for bootstrap.timepicker +// Project: https://github.com/jdewit/bootstrap-timepicker +// Definitions by: derikwhittaker +// Definitions: https://github.com/borisyankov/DefinitelyTyped /// @@ -21,4 +24,4 @@ interface JQuery { timepicker(methodName: string): JQuery; timepicker(methodName: string, params: any): JQuery; timepicker(options: TimeickerOptions): JQuery; -} \ No newline at end of file +} diff --git a/box2d/box2dweb.d.ts b/box2d/box2dweb.d.ts index b5f557989..0f0576b43 100644 --- a/box2d/box2dweb.d.ts +++ b/box2d/box2dweb.d.ts @@ -1,3 +1,8 @@ +// Type definitions for bootstrap.timepicker +// Project: http://code.google.com/p/box2dweb/ +// Definitions by: jbaldwin +// Definitions: https://github.com/borisyankov/DefinitelyTyped + /** * Box2DWeb-2.1.d.ts Copyright (c) 2012-2013 Josh Baldwin http://github.com/jbaldwin/box2dweb.d.ts * There are a few competing javascript Box2D ports. diff --git a/breeze/breeze.d.ts b/breeze/breeze.d.ts index 320f724ad..5a3abd9aa 100644 --- a/breeze/breeze.d.ts +++ b/breeze/breeze.d.ts @@ -1,10 +1,8 @@ // Type definitions for Breeze 1.4 // Project: http://www.breezejs.com/ -// Definitions by: Boris Yankov , -// IdeaBlade +// Definitions by: Boris Yankov , IdeaBlade // Definitions: https://github.com/borisyankov/DefinitelyTyped - // Updated Jan 14 2011 - Jay Traband ( www.ideablade.com). // Updated March 27 2013 - John Lantz (www.ideablade.com). // Updated Aug 13 2013 - Steve Schmitt ( www.ideablade.com). diff --git a/codemirror/codemirror.d.ts b/codemirror/codemirror.d.ts index 97568dbdc..affee3458 100644 --- a/codemirror/codemirror.d.ts +++ b/codemirror/codemirror.d.ts @@ -1,3 +1,8 @@ +// Type definitions for CodeMirror +// Project: https://github.com/marijnh/CodeMirror +// Definitions by: mihailik +// Definitions: https://github.com/borisyankov/DefinitelyTyped + declare function CodeMirror(host: HTMLElement, options?: CodeMirror.EditorConfiguration): CodeMirror.Editor; declare function CodeMirror(callback: (host: HTMLElement) => void , options?: CodeMirror.EditorConfiguration): CodeMirror.Editor; diff --git a/cometd/cometd.d.ts b/cometd/cometd.d.ts index 6002fffb0..592c6c963 100644 --- a/cometd/cometd.d.ts +++ b/cometd/cometd.d.ts @@ -1,5 +1,6 @@ // Type definitions for CometD 2.5.1 // Project: http://cometd.org +// Definitions by: Derek Cicerone // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module CometD { diff --git a/cryptojs/cryptojs.d.ts b/cryptojs/cryptojs.d.ts index c0773525c..a12ef69e7 100644 --- a/cryptojs/cryptojs.d.ts +++ b/cryptojs/cryptojs.d.ts @@ -1,7 +1,6 @@ // Type definitions for CryptoJS 3.1.2 // Project: https://code.google.com/p/crypto-js/ -// Definitions by: -// Gia Bảo @ Sân Đình +// Definitions by: Gia Bảo @ Sân Đình // Definitions: https://github.com/borisyankov/DefinitelyTyped declare var CryptoJS: CryptoJS.CryptoJSStatic; diff --git a/d3/d3.d.ts b/d3/d3.d.ts index fe8887b7e..ec3f94147 100644 --- a/d3/d3.d.ts +++ b/d3/d3.d.ts @@ -1,6 +1,6 @@ // Type definitions for d3JS // Project: http://d3js.org/ -// Definitions by: TypeScript samples +// Definitions by: Boris Yankov // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module D3 { diff --git a/dropzone/dropzone.d.ts b/dropzone/dropzone.d.ts index f02b59f73..ac630c9d4 100644 --- a/dropzone/dropzone.d.ts +++ b/dropzone/dropzone.d.ts @@ -1,5 +1,6 @@ // Type definitions for Dropzone 3.7.1 // Project: http://www.dropzonejs.com/ +// Definitions by: Natan Vivo // Definitions: https://github.com/borisyankov/DefinitelyTyped /// @@ -74,4 +75,4 @@ declare class Dropzone { interface JQuery { dropzone(options: DropzoneOptions): Dropzone; -} \ No newline at end of file +} diff --git a/durandal/durandal.d.ts b/durandal/durandal.d.ts index c2567f62c..b00508f2f 100644 --- a/durandal/durandal.d.ts +++ b/durandal/durandal.d.ts @@ -1,3 +1,8 @@ +// Type definitions for Durandal 2.0.1 +// Project: http://durandaljs.com +// Definitions by: Evan Larsen +// Definitions: https://github.com/borisyankov/DefinitelyTyped + /** * Durandal 2.0.1 Copyright (c) 2012 Blue Spire Consulting, Inc. All Rights Reserved. * Available via the MIT license. @@ -1656,4 +1661,4 @@ interface DurandalRootRouter extends DurandalRouterBase { * Installs the router's custom ko binding handler. */ install(): void; -} \ No newline at end of file +}