Follow-up 94b6ba5453: cast default value to string
authorRoan Kattouw <roan.kattouw@gmail.com>
Thu, 27 Jul 2017 23:33:20 +0000 (16:33 -0700)
committerRoan Kattouw <roan.kattouw@gmail.com>
Thu, 27 Jul 2017 23:33:20 +0000 (16:33 -0700)
commit2b3a69aeacea0bd03456cab88e4e87caf535cd5f
tree52039cbd6d9df40a866881224939c2afb0427403
parent54064372aaa43c0518e4130738a39ffdf06cca23
Follow-up 94b6ba5453: cast default value to string

The function we're calling here expects an array of strings,
and if we pass it a number it will treat the number 50
differently from the string "50".

Change-Id: I2af535e8ef5dbbba50460013ec4d24e7f29b6b03
resources/src/mediawiki.rcfilters/mw.rcfilters.Controller.js