added missing commas

This commit is contained in:
Nicholas Albion
2016-01-15 10:53:32 +11:00
parent ac5fc67d21
commit da079d9eda
+3 -3
View File
@@ -48,16 +48,16 @@ declare module UniversalAnalytics {
q: any[];
(command: 'send', hitType: 'event', eventCategory: string, eventAction: string,
eventLabel?: string, eventValue?: number, fieldsObject?: {} ): void;
eventLabel?: string, eventValue?: number, fieldsObject?: {}): void;
(command: 'send', hitType: 'event', fieldsObject: {
eventCategory: string
eventCategory: string,
eventAction: string,
eventLabel?: string,
eventValue?: number,
nonInteraction?: boolean}): void;
(command: 'send', fieldsObject: {
hitType: 'event',
eventCategory: string
eventCategory: string,
eventAction: string,
eventLabel?: string,
eventValue?: number,