build: Enable jscs jsDoc rule 'checkTypes' and make pass
[lhc/web/wiklou.git] / resources / src / mediawiki.toolbar / toolbar.js
index 0469cc5..bb26c0f 100644 (file)
                 *     addButtons( [ { .. }, { .. }, { .. } ] );
                 *     addButtons( { .. }, { .. } );
                 *
-                * @param {Object|Array...} [buttons] An array of button objects or the first
+                * @param {...Object|Array} [buttons] An array of button objects or the first
                 *  button object in a list of variadic arguments.
                 */
                addButtons: function ( buttons ) {