mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 22:36:01 +00:00
Fix "const" search and replace
This commit is contained in:
parent
68603c2620
commit
22076933ad
@ -33,8 +33,8 @@ function create(realmId, info) {
|
|||||||
return object;
|
return object;
|
||||||
}
|
}
|
||||||
|
|
||||||
function registerletructors(realmId, letructors) {
|
function registerConstructors(realmId, constructors) {
|
||||||
registeredletructors[realmId] = letructors;
|
registeredConstructors[realmId] = constructors;
|
||||||
}
|
}
|
||||||
|
|
||||||
function getterForProperty(name) {
|
function getterForProperty(name) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user