Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
duhminick committed Jul 31, 2016
1 parent 8f01037 commit f915ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ evolveBtn.addEventListener('click', () => {

if (ipc.sendSync('confirmation-dialog', 'evolve').success) {
selectedPokemon.forEach((pokemon, index) => {
ipc.send('transfer-pokemon', pokemon.value, index * 15000)
ipc.send('evolve-pokemon', pokemon.value, index * 15000)
})
}
})
Expand Down

0 comments on commit f915ec9

Please sign in to comment.