fx-compat: Fix parameter name typo

This commit is contained in:
Abe Jellinek 2022-08-04 15:10:32 -04:00
parent 617ede481a
commit 581f4bdf7b

View file

@ -375,7 +375,7 @@
* An array of field names in the order they should appear
* in the list; empty spaces can be created with null
*/
set fieldOrder(vale) {
set fieldOrder(val) {
if (val.constructor.name != 'Array') {
throw ('fieldOrder must be an array in <itembox>.fieldOrder');
}