Update article.md

adding this
This commit is contained in:
Aman Bangad 2017-06-02 11:17:54 -04:00 committed by GitHub
parent e4ad8d0810
commit 817dbd94f4

View file

@ -125,7 +125,7 @@ class Rabbit extends Animal {
*!*
stop() {
super.stop(); // call parent stop
hide(); // and then hide
this.hide(); // and then hide
}
*/!*
}