Minor change in order of args
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -46,7 +46,7 @@ const saveStatistcs = graphType => {
|
||||
timeout = setTimeout(
|
||||
function() {
|
||||
console.log('ga:', 'send', 'event', 'render', graphType, graphType);
|
||||
ga('send', 'event', 'render', graphType, graphType);
|
||||
ga('send', 'event', graphType, 'render', 'render');
|
||||
},
|
||||
5000);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user