doc: Fix errored variadic symbol on mediawiki.action.edit addButtons
authorJames D. Forrester <jforrester@wikimedia.org>
Fri, 11 Apr 2014 22:55:04 +0000 (15:55 -0700)
committerKrinkle <krinklemail@gmail.com>
Sat, 12 Apr 2014 00:54:12 +0000 (00:54 +0000)
Change-Id: I03734a117eaad7a0a7ab5860885d3bbfb950821d

resources/src/mediawiki.action/mediawiki.action.edit.js

index 62f8e06..a575844 100644 (file)
@@ -86,7 +86,7 @@
                 *     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 ) {