From 1770103b6ef1a658476712c1f127e41dc2c8aca1 Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 6 Dec 2016 10:57:11 -0800 Subject: [PATCH] Move header versions to the end of the line where they can be parsed (#13139) --- angular-animate/index.d.ts | 2 +- angular-cookies/index.d.ts | 2 +- angular-media-queries/index.d.ts | 6 +++--- angular-meteor/index.d.ts | 2 +- angular-mocks/index.d.ts | 2 +- angular-resource/index.d.ts | 2 +- angular-route/index.d.ts | 2 +- angular-sanitize/index.d.ts | 2 +- angular-scenario/index.d.ts | 2 +- angular-translate/index.d.ts | 2 +- angular-xeditable/index.d.ts | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/angular-animate/index.d.ts b/angular-animate/index.d.ts index 624284be2c4825..219fb05b01e67d 100644 --- a/angular-animate/index.d.ts +++ b/angular-animate/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Angular JS 1.5 (ngAnimate module) +// Type definitions for Angular JS (ngAnimate module) 1.5 // Project: http://angularjs.org // Definitions by: Michel Salib , Adi Dahiya , Raphael Schweizer , Cody Schaaf // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/angular-cookies/index.d.ts b/angular-cookies/index.d.ts index ad28d2bdfe8a6d..e71d636f73d399 100644 --- a/angular-cookies/index.d.ts +++ b/angular-cookies/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Angular JS 1.4 (ngCookies module) +// Type definitions for Angular JS (ngCookies module) 1.4 // Project: http://angularjs.org // Definitions by: Diego Vilar , Anthony Ciccarello // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/angular-media-queries/index.d.ts b/angular-media-queries/index.d.ts index 1b0cf67d607391..a1f1cc820efc26 100644 --- a/angular-media-queries/index.d.ts +++ b/angular-media-queries/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Angular matchMedia 0.6.0 (angular.matchMedia module) +// Type definitions for Angular matchMedia (angular.matchMedia module) 0.6 // Project: https://github.com/jacopotarantino/angular-match-media // Definitions by: Joao Monteiro // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -14,7 +14,7 @@ declare module 'angular' { // Returns a value indicating if the current device has a retina screen isRetina: boolean; - + is(list: Array | string): boolean; // Executes the callback function on window resize with the match truthiness as the first argument. @@ -28,7 +28,7 @@ declare module 'angular' { onChange(scope: angular.IScope, list: Array | string, callback: (result: boolean) => void): boolean; // Executes the callback only when inside of the particular screensize. - // The 'scope' parameter is optional. If it's not passed in, '$rootScope' is used. + // The 'scope' parameter is optional. If it's not passed in, '$rootScope' is used. when(list: Array | string, callback: (result: boolean) => void, scope?: angular.IScope): boolean; } } diff --git a/angular-meteor/index.d.ts b/angular-meteor/index.d.ts index 8d64d3bae00bfd..29bacb2e83827c 100644 --- a/angular-meteor/index.d.ts +++ b/angular-meteor/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Angular JS Meteor v0.8.8 (angular.meteor module) +// Type definitions for Angular JS Meteor (angular.meteor module) 0.8 // Project: https://github.com/Urigo/angular-meteor // Definitions by: Peter Grman // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/angular-mocks/index.d.ts b/angular-mocks/index.d.ts index e657589f2f9c4d..ddded4d0a88fb8 100644 --- a/angular-mocks/index.d.ts +++ b/angular-mocks/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Angular JS 1.5 (ngMock, ngMockE2E module) +// Type definitions for Angular JS (ngMock, ngMockE2E module) 1.5 // Project: http://angularjs.org // Definitions by: Diego Vilar , Tony Curtis // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/angular-resource/index.d.ts b/angular-resource/index.d.ts index afde3cad145538..8880827de26d80 100644 --- a/angular-resource/index.d.ts +++ b/angular-resource/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Angular JS 1.5 (ngResource module) +// Type definitions for Angular JS (ngResource module) 1.5 // Project: http://angularjs.org // Definitions by: Diego Vilar , Michael Jess // Definitions: https://github.com/daptiv/DefinitelyTyped diff --git a/angular-route/index.d.ts b/angular-route/index.d.ts index dc1f6507bfd075..98ba467b66e5ba 100644 --- a/angular-route/index.d.ts +++ b/angular-route/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Angular JS 1.3 (ngRoute module) +// Type definitions for Angular JS (ngRoute module) 1.3 // Project: http://angularjs.org // Definitions by: Jonathan Park // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/angular-sanitize/index.d.ts b/angular-sanitize/index.d.ts index c9d4f35e51cee6..8e4936b4b4ab98 100644 --- a/angular-sanitize/index.d.ts +++ b/angular-sanitize/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Angular JS 1.3 (ngSanitize module) +// Type definitions for Angular JS (ngSanitize module) 1.3 // Project: http://angularjs.org // Definitions by: Diego Vilar // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/angular-scenario/index.d.ts b/angular-scenario/index.d.ts index 698649a8d8e738..c5804ffd809549 100644 --- a/angular-scenario/index.d.ts +++ b/angular-scenario/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Angular Scenario Testing 1.3 (ngScenario module) +// Type definitions for Angular Scenario Testing (ngScenario module) 1.3 // Project: http://angularjs.org // Definitions by: RomanoLindano // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/angular-translate/index.d.ts b/angular-translate/index.d.ts index 882b5d3a547e46..19e1962fabc780 100644 --- a/angular-translate/index.d.ts +++ b/angular-translate/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Angular Translate v2.4.0 (pascalprecht.translate module) +// Type definitions for Angular Translate (pascalprecht.translate module) 2.4 // Project: https://github.com/PascalPrecht/angular-translate // Definitions by: Michel Salib // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/angular-xeditable/index.d.ts b/angular-xeditable/index.d.ts index e0aba2a0e90a6e..a0069f676419a6 100644 --- a/angular-xeditable/index.d.ts +++ b/angular-xeditable/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Angular xEditable 0.2.0 (angular.xeditable module) +// Type definitions for Angular xEditable (angular.xeditable module) 0.2 // Project: https://vitalets.github.io/angular-xeditable/ // Definitions by: Joao Monteiro // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped