mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
in ng-cordova files correct the conventions for multiple authors
This commit is contained in:
Vendored
+1
-2
@@ -1,7 +1,6 @@
|
||||
// Type definitions for ngCordova device motion plugin
|
||||
// Project: https://github.com/driftyco/ng-cordova
|
||||
// Definitions by: Michel Vidailhet <https://github.com/mvidailhet>
|
||||
// Definitions by: Kapil Sachdeva <https://github.com/ksachdeva>
|
||||
// Definitions by: Michel Vidailhet <https://github.com/mvidailhet>, Kapil Sachdeva <https://github.com/ksachdeva>
|
||||
// Definitions: https://github.com/ksachdeva/DefinitelyTyped
|
||||
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
|
||||
Vendored
+1
-2
@@ -1,7 +1,6 @@
|
||||
// Type definitions for ngCordova device orientation plugin
|
||||
// Project: https://github.com/driftyco/ng-cordova
|
||||
// Definitions by: Michel Vidailhet <https://github.com/mvidailhet>
|
||||
// Definitions by: Kapil Sachdeva <https://github.com/ksachdeva>
|
||||
// Definitions by: Michel Vidailhet <https://github.com/mvidailhet>, Kapil Sachdeva <https://github.com/ksachdeva>
|
||||
// Definitions: https://github.com/ksachdeva/DefinitelyTyped
|
||||
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
|
||||
Vendored
+1
-2
@@ -1,7 +1,6 @@
|
||||
// Type definitions for ngCordova dialogs plugin
|
||||
// Project: https://github.com/driftyco/ng-cordova
|
||||
// Definitions by: Michel Vidailhet <https://github.com/mvidailhet>
|
||||
// Definitions by: Kapil Sachdeva <https://github.com/ksachdeva>
|
||||
// Definitions by: Michel Vidailhet <https://github.com/mvidailhet>, Kapil Sachdeva <https://github.com/ksachdeva>
|
||||
// Definitions: https://github.com/ksachdeva/DefinitelyTyped
|
||||
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
|
||||
Vendored
+2
-2
@@ -20,8 +20,8 @@ declare module ngCordova {
|
||||
export interface IEmailComposerService {
|
||||
|
||||
isAvailable(): ng.IPromise<boolean>;
|
||||
open(properties: IEmailComposerOptions);
|
||||
addAlias(app: string, schema: string);
|
||||
open(properties: IEmailComposerOptions) : ng.IPromise<any>;
|
||||
addAlias(app: string, schema: string) : void;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user