Assignment found where both sides are exactly the same JS-0088
Anti-pattern
Major
5 months ago3 years old
'r.href' is assigned to itself
 4919        r = E.createElement('a')
 4920        try {
 4921          (r.href = v.url),
 4922          (r.href = r.href), 4923          (v.crossDomain =
 4924                Ft.protocol + '//' + Ft.host != r.protocol + '//' + r.host)
 4925        } catch (e) {