Merge remote-tracking branch 'upstream/master'

* upstream/master:
  use showHelp.close when it's defined
This commit is contained in:
dana 2018-08-29 14:27:05 -07:00
commit f04f5695b3

View File

@ -40,7 +40,8 @@ function beautify(event) {
$create('.buttons', [
$create('button', {
attributes: {role: 'close'},
onclick: showHelp.close,
// showHelp.close will be defined after showHelp() is invoked
onclick: () => showHelp.close(),
}, t('confirmClose')),
$create('button', {
attributes: {role: 'undo'},