Fix typo
This commit is contained in:
parent
a0aff98173
commit
b1fb8ece57
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue