From f80a08ab05df59a24556a9379f8655df015e9779 Mon Sep 17 00:00:00 2001 From: detailyang Date: Thu, 31 Aug 2017 23:38:14 +0800 Subject: [PATCH] doc: fix js demo syntax error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bd7ed7..6647ebd 100644 --- a/README.md +++ b/README.md @@ -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' } ] })