jsduck: Clean up odd use of @returns instead of @return
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 6 Mar 2014 15:08:47 +0000 (16:08 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 6 Mar 2014 15:08:47 +0000 (16:08 +0100)
commit136254a5aa5788ad4d3c67526f017e4625195a6f
treea6fbcd23b9b0d7d9cf574160a6c74cd10cc6bb26
parentea484007509b0caa7190a8683d8ea78d8fdf97e4
jsduck: Clean up odd use of @returns instead of @return

The fast majority in core uses @return, a handful were using
@returns though (which works because JSDuck supports it as alias
for @return).

Also cleaned up minor things in touched areas:
* Hoist second description for jQuery.matchSrcSet (there can only
  be one, it was currently interpreted as continuation of the
  @return caption).
* Remove redundant @method.

Change-Id: I15d1d023f0424e38c58a252139e6bb2f0b36d2b4
resources/jquery/jquery.client.js
resources/jquery/jquery.hidpi.js
resources/jquery/jquery.localize.js
resources/mediawiki/mediawiki.js