Merge pull request #14107 from kkurian/hotfix-marketplace-item-tester

Fix application uninstall in marketplace item tester
This commit is contained in:
John Conklin II 2018-09-28 12:58:33 -07:00 committed by GitHub
commit b4abaabe5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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