Skip to content

Commit

Permalink
Move header versions to the end of the line where they can be parsed (D…
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy authored Dec 6, 2016
1 parent adaad65 commit 1770103
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion angular-animate/index.d.ts
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/michelsalib>, Adi Dahiya <https://github.com/adidahiya>, Raphael Schweizer <https://github.com/rasch>, Cody Schaaf <https://github.com/codyschaaf>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion angular-cookies/index.d.ts
Original file line number Diff line number Diff line change
@@ -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 <http://github.com/diegovilar>, Anthony Ciccarello <http://github.com/aciccarello>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
6 changes: 3 additions & 3 deletions angular-media-queries/index.d.ts
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/jpmnteiro>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand All @@ -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> | string): boolean;

// Executes the callback function on window resize with the match truthiness as the first argument.
Expand All @@ -28,7 +28,7 @@ declare module 'angular' {
onChange(scope: angular.IScope, list: Array<string> | 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> | string, callback: (result: boolean) => void, scope?: angular.IScope): boolean;
}
}
Expand Down
2 changes: 1 addition & 1 deletion angular-meteor/index.d.ts
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/pgrm>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion angular-mocks/index.d.ts
Original file line number Diff line number Diff line change
@@ -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 <http://github.com/diegovilar>, Tony Curtis <http://github.com/daltin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion angular-resource/index.d.ts
Original file line number Diff line number Diff line change
@@ -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 <http://github.com/diegovilar>, Michael Jess <http://github.com/miffels>
// Definitions: https://github.com/daptiv/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion angular-route/index.d.ts
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/park9140>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion angular-sanitize/index.d.ts
Original file line number Diff line number Diff line change
@@ -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 <http://github.com/diegovilar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion angular-scenario/index.d.ts
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/RomanoLindano>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion angular-translate/index.d.ts
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/michelsalib>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion angular-xeditable/index.d.ts
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/jpmnteiro>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down

0 comments on commit 1770103

Please sign in to comment.