Merge pull request #77 from detailyang/patch-1

doc: fix js demo syntax error
This commit is contained in:
Yev Vlasenko
2017-08-31 17:10:54 +01:00
committed by GitHub

View File

@@ -109,7 +109,7 @@ this.$modal.show('dialog', {
title: 'Alert!',
text: 'You are too awesome',
buttons: [
{ title: 'Deal with it', handler: () => { alert('Woot!') },
{ title: 'Deal with it', handler: () => { alert('Woot!') } },
{ title: 'Close' }
]
})