mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-17 20:11:50 +02:00
fix param name error
This commit is contained in:
@@ -17,7 +17,7 @@ function find_index(lt, test) =
|
|||||||
)
|
)
|
||||||
leng_indices == leng ? -1 : leng_indices
|
leng_indices == leng ? -1 : leng_indices
|
||||||
) : (
|
) : (
|
||||||
let(found = search([key], bucket)[0])
|
let(found = search([test], lt)[0])
|
||||||
found == [] ? - 1 : found
|
found == [] ? - 1 : found
|
||||||
);
|
);
|
||||||
|
|
Reference in New Issue
Block a user