Fix typo: @inherits->@extends

Change-Id: I860adb672b75923a32d6f63cbc397429fbccf05a
This commit is contained in:
Roan Kattouw 2016-02-21 23:17:45 -08:00
parent 22d7b90728
commit 583f9bf999

View file

@ -3,7 +3,7 @@
* Echo notification group item model * Echo notification group item model
* *
* @class * @class
* @inherits mw.echo.dm.NotificationItem * @extends mw.echo.dm.NotificationItem
* @mixins mw.echo.dm.SortedList * @mixins mw.echo.dm.SortedList
* *
* @constructor * @constructor