removed redundant declaration

This commit is contained in:
Nicholas Albion
2016-01-18 14:09:15 +11:00
parent a608ac5b67
commit 86c94ff30b
-1
View File
@@ -71,7 +71,6 @@ declare module UniversalAnalytics {
timingCategory: string, timingVar: string, timingValue: number): void;
(command: 'send', hitType: 'timing',
fieldsObject: {timingCategory: string, timingVar: string, timingValue: number}): void;
(command: 'send', hitType: HitType, ...fields: any[], fieldsObject?: {}): void;
(command: 'send', fieldsObject: {}): void;
(command: string, hitType: HitType, ...fields: any[]): void;