aws-samples / amazon-a2i-sample-task-uis

Over 60 example task UIs for Amazon Augmented AI (A2I)
https://aws.amazon.com/augmented-ai
Apache License 2.0
91 stars 30 forks source link

Fix issue for when this is in an iFrame #1

Closed philcunliffe closed 4 years ago

philcunliffe commented 4 years ago

the var declaration overrides window.parent which we need intact for submission on actual worker sites

Description of changes: Changing var to let to reduce scope

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.