fix small typo in comment (#2473) [skip ci]
// The attribute is1 coerced -> // The attribute is coerced
This commit is contained in:
parent
3f754dffaa
commit
cbe6596b79
1 changed files with 2 additions and 2 deletions
|
|
@ -1685,7 +1685,7 @@ var _25 = function($window, mountRedraw00) {
|
|||
// Let's provide a *right* way to disable a route link, rather than
|
||||
// letting people screw up accessibility on accident.
|
||||
//
|
||||
// The attribute is1 coerced so users don't get surprised over
|
||||
// The attribute is coerced so users don't get surprised over
|
||||
// `disabled: 0` resulting in a button that's somehow routable
|
||||
// despite being visibly disabled.
|
||||
if (child0.attrs.disabled = Boolean(child0.attrs.disabled)) {
|
||||
|
|
@ -1752,4 +1752,4 @@ m.vnode = Vnode
|
|||
m.PromisePolyfill = PromisePolyfill
|
||||
if (typeof module !== "undefined") module["exports"] = m
|
||||
else window.m = m
|
||||
}());
|
||||
}());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue