Fix parameter type in docblock

Change-Id: I62e9f2035d869aec5bee02f628623962fab17be9
This commit is contained in:
Leszek Manicki 2016-07-04 23:58:22 +02:00
parent 1671a07d7d
commit a5c441ecd3

View file

@ -200,7 +200,7 @@
/**
* Generates the HTML for the page size label
*
* @param {int} size
* @param {number} size
* @return {jQuery}
*/
makePageSizeLine: function ( size ) {
@ -212,7 +212,7 @@
/**
* Generates the HTML for the change size label
*
* @param {int} relativeSize
* @param {number} relativeSize
* @return {jQuery}
*/
makeChangeSizeLine: function ( relativeSize ) {