Merge pull request #6071 from banyudu/patch-2

DocFixit: fix spell error
This commit is contained in:
Cheng Zhao 2016-06-16 05:19:26 +00:00 committed by GitHub
commit 58bce74255

View file

@ -221,7 +221,7 @@ win.setThumbarButtons([
{
tooltip: 'button1',
icon: path.join(__dirname, 'button1.png'),
click() { console.log('button2 clicked'); }
click() { console.log('button1 clicked'); }
},
{
tooltip: 'button2',