mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34: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 (PublicLibs[lib]) {
|
||||||
if (typeof PublicLibs[lib] === "function") {
|
if (typeof PublicLibs[lib] === "function") {
|
||||||
libraries[lib] = new PublicLibs[lib](bindCtx)
|
libraries[lib] = new PublicLibs[lib](bindCtx)
|
||||||
}else {
|
} else {
|
||||||
libraries[lib] = PublicLibs[lib]
|
libraries[lib] = PublicLibs[lib]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user