Corrections for the conventions for the file headers

This commit is contained in:
Kapil Sachdeva
2015-10-28 19:09:33 -05:00
parent 3637fe5a06
commit ac7ddea017
5 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -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 {
+2 -1
View File
@@ -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 {
+1 -1
View File
@@ -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 {
+2 -1
View File
@@ -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" />
+5
View File
@@ -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"/>