mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Corrections for the conventions for the file headers
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
/// <reference path="../ionic/ionic.d.ts" />
|
||||
|
||||
// For the full application demo please see follow repo :
|
||||
// For the full application demo please see following repo :
|
||||
// https://github.com/ksachdeva/ngCordova-typescript-demo
|
||||
|
||||
namespace demo.device {
|
||||
|
||||
Vendored
+2
-1
@@ -1,6 +1,7 @@
|
||||
// Type definitions for ngCordova device plugin
|
||||
// Project: https://github.com/driftyco/ng-cordova
|
||||
// Definitions by: Kapil Sachdeva <https://github.com/ksachdeva/DefinitelyTyped>
|
||||
// Definitions by: Kapil Sachdeva <https://github.com/ksachdeva>
|
||||
// Definitions: https://github.com/ksachdeva/DefinitelyTyped
|
||||
|
||||
declare module ngCordova {
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
/// <reference path="../ionic/ionic.d.ts" />
|
||||
|
||||
// For the full application demo please see follow repo :
|
||||
// For the full application demo please see following repo :
|
||||
// https://github.com/ksachdeva/ngCordova-typescript-demo
|
||||
|
||||
namespace demo.toast {
|
||||
|
||||
Vendored
+2
-1
@@ -1,6 +1,7 @@
|
||||
// Type definitions for ngCordova toast plugin
|
||||
// Project: https://github.com/driftyco/ng-cordova
|
||||
// Definitions by: Kapil Sachdeva <https://github.com/ksachdeva/DefinitelyTyped>
|
||||
// Definitions by: Kapil Sachdeva <https://github.com/ksachdeva>
|
||||
// Definitions: https://github.com/ksachdeva/DefinitelyTyped
|
||||
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
|
||||
|
||||
Vendored
+5
@@ -1,2 +1,7 @@
|
||||
// Type definitions for ngCordova plugins
|
||||
// Project: https://github.com/driftyco/ng-cordova
|
||||
// Definitions by: Kapil Sachdeva <https://github.com/ksachdeva>
|
||||
// Definitions: https://github.com/ksachdeva/DefinitelyTyped
|
||||
|
||||
/// <reference path="device.d.ts"/>
|
||||
/// <reference path="toast.d.ts"/>
|
||||
|
||||
Reference in New Issue
Block a user