mediawiki.util: Fix jsduck syntax and minor clean up
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 19 Mar 2014 21:34:14 +0000 (22:34 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 27 Mar 2014 03:53:10 +0000 (20:53 -0700)
commit5c9145dde700b69fc4dc2226d870512a9d6a2c25
treea8f3fe62b39d282226d2d8b41501965e708337f8
parent29fb6a9329b3760eb965c1037b9233cae17ea627
mediawiki.util: Fix jsduck syntax and minor clean up

* Fix indentation of @param comment to not trigger <pre> context.
* Clean up descriptions.
* Apply coding conventions
  - Function call one one line, or one line per argument.
    Avoid arbitrary splitting mid-line when purely for the sake
    of line length.
* Combine string concatenation in one expression instead of
  adding twice.

Change-Id: Id9f2a7cef1c8bf1c01584fbb293d0605fc91337e
resources/mediawiki/mediawiki.util.js