fix typo in comment (#5411)

This commit is contained in:
schoonc 2017-04-10 23:52:02 +03:00 committed by Eduardo San Martin Morote
parent 7497723c6a
commit 9c3e96f757

View File

@ -32,7 +32,7 @@ export default {
el._vModifiers = binding.modifiers
if (!binding.modifiers.lazy) {
// Safari < 10.2 & UIWebView doesn't fire compositionend when
// siwtching focus before confirming composition choice
// switching focus before confirming composition choice
// this also fixes the issue where some browsers e.g. iOS Chrome
// fires "change" instead of "input" on autocomplete.
el.addEventListener('change', onCompositionEnd)