mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 02:24:18 +00:00
format
This commit is contained in:
parent
98401fbf8d
commit
5047ddc539
@ -12,7 +12,7 @@ async function importLib(libs, bindCtx) {
|
||||
if (PublicLibs[lib]) {
|
||||
if (typeof PublicLibs[lib] === "function") {
|
||||
libraries[lib] = new PublicLibs[lib](bindCtx)
|
||||
}else {
|
||||
} else {
|
||||
libraries[lib] = PublicLibs[lib]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user