Pattern: Unnecessary override
Issue: -
Do not write a method that only calls super()
on the parent method with
the same arguments. You can safely remove methods like this and
Javascript will correctly dispatch the method to the parent object.
Pattern: Unnecessary override
Issue: -
Do not write a method that only calls super()
on the parent method with
the same arguments. You can safely remove methods like this and
Javascript will correctly dispatch the method to the parent object.