fix spell error

This commit is contained in:
Yudu Ban 2016-06-16 09:32:58 +08:00 committed by GitHub
parent 9267004b53
commit 17a4b61d54

View file

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