Fix typo
This commit is contained in:
parent
32d77c0e7f
commit
a655404486
@ -50,7 +50,7 @@ internal class JSBuilder<T>(val bodyCallback: JSBuilder<T>.() -> BaseExpression)
|
||||
MemberExpression(
|
||||
computed = true,
|
||||
optional = false,
|
||||
`object` = Identifier("constants"),я
|
||||
`object` = Identifier("constants"),
|
||||
property = SimpleLiteral(idx),
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user