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
|
// Let's provide a *right* way to disable a route link, rather than
|
||||||
// letting people screw up accessibility on accident.
|
// 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
|
// `disabled: 0` resulting in a button that's somehow routable
|
||||||
// despite being visibly disabled.
|
// despite being visibly disabled.
|
||||||
if (child0.attrs.disabled = Boolean(child0.attrs.disabled)) {
|
if (child0.attrs.disabled = Boolean(child0.attrs.disabled)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue