fx-compat: Fix parameter name typo
This commit is contained in:
parent
617ede481a
commit
581f4bdf7b
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue