fix small typo in comment (#2473) [skip ci]

// The attribute is1 coerced -> // The attribute is coerced
This commit is contained in:
Oscar 2019-07-13 14:38:46 +02:00 committed by Isiah Meadows
parent 3f754dffaa
commit cbe6596b79

View file

@ -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
}());
}());