Fix application uninstall in marketplace item tester

This commit is contained in:
Kerry Ivan Kurian 2018-09-27 22:14:02 -07:00
parent cd18578061
commit 440e2062f5

View file

@ -131,7 +131,7 @@ Rectangle {
print("Marketplace item tester unsupported assetType " + assetType);
}
},
"trash": function(){
"trash": function(resource, assetType){
if ("application" === assetType) {
Commerce.uninstallApp(resource);
}