mediawiki.Title: Fix typo "add" in documentation
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 4 Feb 2016 20:04:23 +0000 (21:04 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 4 Feb 2016 20:55:16 +0000 (21:55 +0100)
commitd530f59e8a085f225e0b894010589aacb06ed2dd
tree132665f99d2312d00de65e0a9d1e0c30735dacef
parent48fdd531c8cf294b39e4f0ea2b3d06f742c197c7
mediawiki.Title: Fix typo "add" in documentation

Follows-up 3d14628237.

* Put @class after the description for consistency with other
  classes and methods.
* Remove jscs:disable rule which was there for the illegal
  @constructor use (descriptions must go before a tag, not after).
  However JSDuck doesn't support descriptions before @constructor.
  It supports it with all other tags, however.

  It turns out, that @constructor doesn't support this because
  it is deprecated and predates that feature in JSDuck. Upstream
  documentation encourages authors to use @method instead.

Change-Id: Iba9fa5ae1fc8ece9ddff4aef8a3b4b59768fcaf0
resources/src/mediawiki/mediawiki.Title.js