Fix "const" search and replace
This commit is contained in:
parent
68603c2620
commit
22076933ad
|
@ -33,8 +33,8 @@ function create(realmId, info) {
|
|||
return object;
|
||||
}
|
||||
|
||||
function registerletructors(realmId, letructors) {
|
||||
registeredletructors[realmId] = letructors;
|
||||
function registerConstructors(realmId, constructors) {
|
||||
registeredConstructors[realmId] = constructors;
|
||||
}
|
||||
|
||||
function getterForProperty(name) {
|
||||
|
|
Loading…
Reference in New Issue