This commit is contained in:
Kenneth Geisshirt 2017-09-23 10:37:15 +02:00
parent a0aff98173
commit b1fb8ece57
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
'use strict';
const IncompatibleSyncedRealmError = require('./Errors').IncompatibleSyncedRealmError;
const IncompatibleSyncedRealmError = require('./errors').IncompatibleSyncedRealmError;
let getOwnPropertyDescriptors = Object.getOwnPropertyDescriptors || function(obj) {
return Object.getOwnPropertyNames(obj).reduce(function (descriptors, name) {