Fix "const" search and replace

This commit is contained in:
Scott Kyle 2015-10-06 00:52:15 -07:00
parent 68603c2620
commit 22076933ad
1 changed files with 2 additions and 2 deletions

View File

@ -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) {