Fix "const" search and replace

This commit is contained in:
Scott Kyle 2015-10-06 00:52:15 -07:00
parent 68603c2620
commit 22076933ad

View File

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