From dbf3c3c4c06710ccfc3d3b64ebc89373ca5db5db Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Thu, 30 Mar 2017 10:32:04 +1100 Subject: [PATCH] editorial: define events names in summary table (closes #466) --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index a1c6bba9..a3536d34 100644 --- a/index.html +++ b/index.html @@ -1942,12 +1942,12 @@

Interface - Dispatched when... + Dispatched when… - shippingaddresschange + shippingaddresschange PaymentRequestUpdateEvent @@ -1958,7 +1958,7 @@

- shippingoptionchange + shippingoptionchange PaymentRequestUpdateEvent @@ -2419,7 +2419,7 @@

  • Let request be the PaymentRequest object that the user is interacting with.
  • -
  • Let name be "shippingaddresschange". +
  • Let name be "shippingaddresschange".
  • Queue a task on the user interaction task source to @@ -2448,7 +2448,7 @@

  • Let request be the PaymentRequest object that the user is interacting with.
  • -
  • Let name be shippingoptionchange. +
  • Let name be "shippingoptionchange".
  • Queue a task on the user interaction task source to