Skip to content

Commit 0ddb7b4

Browse files
committed
unneeded code in typings.d removed
1 parent 1b5af43 commit 0ddb7b4

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

angular/src/typings.d.ts

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,11 @@
1-
///<reference path="../node_modules/@types/jquery/index.d.ts"/>
2-
///<reference path="../node_modules/abp-web-resources/Abp/Framework/scripts/abp.d.ts"/>
1+
///<reference path="../node_modules/abp-web-resources/Abp/Framework/scripts/abp.d.ts"/>
32
///<reference path="../node_modules/abp-web-resources/Abp/Framework/scripts/libs/abp.jquery.d.ts"/>
43
///<reference path="../node_modules/abp-web-resources/Abp/Framework/scripts/libs/abp.signalr.d.ts"/>
54
///<reference path="../node_modules/moment/moment.d.ts"/>
6-
///<reference path="../node_modules/@types/moment-timezone/index.d.ts"/>
7-
///<reference path="../node_modules/@types/bootstrap/index.d.ts"/>
8-
///<reference path="../node_modules/@types/toastr/index.d.ts"/>
95

106
// Typings reference file, see links for more information
117
// https://github.com/typings/typings
128
// https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html
139

1410
declare var System: any;
15-
16-
declare var App: any; // Related to Metronic
17-
declare var Layout: any; // Related to Metronic
18-
1911
declare var Push: any;
20-
21-
interface JQuery {
22-
countTo(...any): any;
23-
}
24-
25-
interface JQuery {
26-
sparkline(...any): any;
27-
}

0 commit comments

Comments
 (0)