Update realm.js
This commit is contained in:
parent
80c532cf3e
commit
1b0ec38339
|
@ -151,7 +151,7 @@ Realm.defaultPath;
|
||||||
* otherwise specified.
|
* otherwise specified.
|
||||||
* @property {boolean} [optional] - Signals if this property may be assigned `null` or `undefined`.
|
* @property {boolean} [optional] - Signals if this property may be assigned `null` or `undefined`.
|
||||||
* @property {boolean} [indexed] - Signals if this property should be indexed. Only supported for
|
* @property {boolean} [indexed] - Signals if this property should be indexed. Only supported for
|
||||||
* `"string"`, `"int"`, `"bool"`, and `"date"` properties.
|
* `"string"`, `"int"`, and `"bool"` properties.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue