Close the loop.

This commit is contained in:
Zach Fox 2017-08-25 16:49:02 -07:00
parent a03f9592c1
commit 50f7f91d4e
2 changed files with 1 additions and 2 deletions

View file

@ -136,7 +136,7 @@ Rectangle {
//
// FUNCTION DEFINITIONS START
//
signal sendToPurchases(var message);
signal sendToPurchases(var msg);
//
// FUNCTION DEFINITIONS END
//

View file

@ -198,7 +198,6 @@ Rectangle {
anchors.bottomMargin: 12;
Connections {
target: parent;
onSendToPurchases: {
if (msg.method === 'purchases_itemInfoClicked') {
sendToScript({method: 'purchases_itemInfoClicked', itemId: itemId});