Remove definition of Realm.Types from browser shim

It's added in the top-level index.js file
This commit is contained in:
Scott Kyle 2016-04-19 03:24:15 -07:00
parent 541791fd85
commit 275334fa7e
1 changed files with 0 additions and 3 deletions

View File

@ -169,9 +169,6 @@ Object.defineProperties(Realm, {
Results: {
value: Results,
},
Types: {
value: Object.freeze(propTypes),
},
defaultPath: {
get: util.getterForProperty('defaultPath'),
set: util.setterForProperty('defaultPath'),