fix error 'Index signature of object type implicitly has an 'any' type.'

This commit is contained in:
Noctis Hsu
2016-04-01 14:31:21 +08:00
parent 5701e952cb
commit d9af8cb191
+1 -1
View File
@@ -14,7 +14,7 @@ fbq('track', 'Purchase', purchaseParam);
// Custom event (can only be used for audience building)
var custom_params:any = {custom_param: 'custom_value'};
var custom_params = {custom_param: 'custom_value'};
fbq('trackCustom', 'MyCustomEvent', custom_params);
// Reach customers that viewed a product in the 'Shoes' category