Fix typo based on @mathiasvr's feedback

This commit is contained in:
Feross Aboukhadijeh
2016-07-27 15:51:19 -07:00
parent 112600f5c3
commit c5ed5fabd8

View File

@@ -117,5 +117,5 @@ function setTitle (title) {
}
function resetTitle () {
window.main.dispatch('resetTitle')
windows.main.dispatch('resetTitle')
}