From: Bartosz DziewoƄski Date: Tue, 3 Dec 2013 13:39:41 +0000 (+0100) Subject: jquery.spinner: Wrestling with JSDuck X-Git-Tag: 1.31.0-rc.0~17821 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=1f0475ae237b1bb5560c69d63ab6afc4de2f7b89;p=lhc%2Fweb%2Fwiklou.git jquery.spinner: Wrestling with JSDuck See comments on Ib06344c1. Hopefully this will work. Change-Id: I7faeadab90db7a533f777f2ef523d0b1608898e4 --- diff --git a/resources/jquery/jquery.spinner.js b/resources/jquery/jquery.spinner.js index 71246e4489..073fb3dc57 100644 --- a/resources/jquery/jquery.spinner.js +++ b/resources/jquery/jquery.spinner.js @@ -50,12 +50,12 @@ * @static * @inheritable * @param {Object|string} [opts] Options. If a string is given, it will be treated as the value - * of the `id` option. If an object is given, the possible option keys are: + * of the `id` option. If an object is given, the possible option keys are: * @param {string} [opts.id] If given, spinner will be given an id of "mw-spinner-{id}". * @param {string} [opts.size='small'] 'small' or 'large' for a 20-pixel or 32-pixel spinner. * @param {string} [opts.type='inline'] 'inline' or 'block'. Inline creates an inline-block with - * width and height equal to spinner size. Block is a block-level element with width 100%, - * height equal to spinner size. + * width and height equal to spinner size. Block is a block-level element with width 100%, + * height equal to spinner size. * @return {jQuery} */ createSpinner: function ( opts ) {