mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
Merge pull request #1600 from Bartvds/headers/a-d
added/fixed headers a-d
This commit is contained in:
Vendored
+7
-2
@@ -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 <https://github.com/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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Type definitions for Microsoft.Windows.Azure.MobileService.Web-1.0.0
|
||||
// Project: https://<your-azure-mobileservice-project>.azure-mobile.net/client/MobileServices.Web-1.0.0.min.js
|
||||
// Project: Microsoft Windows AzureMobile Service
|
||||
// Definitions by: Morosinotto Daniele <https://github.com/dmorosinotto/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
+2
-2
@@ -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 <https://github.com/eirikhm/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
@@ -165,4 +165,4 @@ declare module Backbone {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+2
-2
@@ -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 <https://github.com/sumegizoltan>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
@@ -30,4 +30,4 @@ declare module BgiFrame {
|
||||
getIframe(element: HTMLElement): HTMLElement;
|
||||
prop(n: any): string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+6
-1
@@ -1,3 +1,8 @@
|
||||
// Type definitions for bootstrap.paginator
|
||||
// Project: https://github.com/lyonlai/bootstrap-paginator
|
||||
// Definitions by: derikwhittaker <https://github.com/derikwhittaker/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
interface PaginatorOptions{
|
||||
@@ -20,4 +25,4 @@ interface PaginatorOptions{
|
||||
interface JQuery {
|
||||
bootstrapPaginator(): JQuery;
|
||||
bootstrapPaginator(options: PaginatorOptions): JQuery;
|
||||
}
|
||||
}
|
||||
|
||||
+5
-2
@@ -1,4 +1,7 @@
|
||||
|
||||
// Type definitions for bootstrap.timepicker
|
||||
// Project: https://github.com/jdewit/bootstrap-timepicker
|
||||
// Definitions by: derikwhittaker <https://github.com/derikwhittaker/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
@@ -21,4 +24,4 @@ interface JQuery {
|
||||
timepicker(methodName: string): JQuery;
|
||||
timepicker(methodName: string, params: any): JQuery;
|
||||
timepicker(options: TimeickerOptions): JQuery;
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+5
@@ -1,3 +1,8 @@
|
||||
// Type definitions for bootstrap.timepicker
|
||||
// Project: http://code.google.com/p/box2dweb/
|
||||
// Definitions by: jbaldwin <https://github.com/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.
|
||||
|
||||
Vendored
+1
-3
@@ -1,10 +1,8 @@
|
||||
// Type definitions for Breeze 1.4
|
||||
// Project: http://www.breezejs.com/
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>,
|
||||
// IdeaBlade <https://github.com/IdeaBlade/Breeze/>
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>, IdeaBlade <https://github.com/IdeaBlade/Breeze/>
|
||||
// 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).
|
||||
|
||||
Vendored
+5
@@ -1,3 +1,8 @@
|
||||
// Type definitions for CodeMirror
|
||||
// Project: https://github.com/marijnh/CodeMirror
|
||||
// Definitions by: mihailik <https://github.com/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;
|
||||
|
||||
|
||||
Vendored
+1
@@ -1,5 +1,6 @@
|
||||
// Type definitions for CometD 2.5.1
|
||||
// Project: http://cometd.org
|
||||
// Definitions by: Derek Cicerone <https://github.com/derekcicerone>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module CometD {
|
||||
|
||||
Vendored
+1
-2
@@ -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 <https://github.com/giabao>
|
||||
// Definitions by: Gia Bảo @ Sân Đình <https://github.com/giabao>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare var CryptoJS: CryptoJS.CryptoJSStatic;
|
||||
|
||||
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
// Type definitions for d3JS
|
||||
// Project: http://d3js.org/
|
||||
// Definitions by: TypeScript samples
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module D3 {
|
||||
|
||||
Vendored
+2
-1
@@ -1,5 +1,6 @@
|
||||
// Type definitions for Dropzone 3.7.1
|
||||
// Project: http://www.dropzonejs.com/
|
||||
// Definitions by: Natan Vivo <https://github.com/nvivo>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
@@ -74,4 +75,4 @@ declare class Dropzone {
|
||||
|
||||
interface JQuery {
|
||||
dropzone(options: DropzoneOptions): Dropzone;
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+6
-1
@@ -1,3 +1,8 @@
|
||||
// Type definitions for Durandal 2.0.1
|
||||
// Project: http://durandaljs.com
|
||||
// Definitions by: Evan Larsen <https://github.com/evanlarsen/>
|
||||
// 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<DurandalRootRouter> {
|
||||
* Installs the router's custom ko binding handler.
|
||||
*/
|
||||
install(): void;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user