Remove reflect function

This commit is contained in:
yuanchuan 2022-01-14 10:46:20 +08:00
parent 45b4ca7a3a
commit 6f86c5ba29
1 changed files with 0 additions and 10 deletions

View File

@ -193,15 +193,6 @@ function get_exposed(random) {
}
},
reflect() {
return (...input) => {
return [
...input,
...input.slice(0, -1).reverse()
].join(',');
}
},
calc() {
return value => calc(get_value(value));
},
@ -424,7 +415,6 @@ function get_exposed(random) {
// legacy names, keep them before 1.0
'nr': 'rn',
'nri': 'nri',
'ms': 'multiple-with-space',
's': 'size',
'sx': 'size-col',