Update realm.js

This commit is contained in:
Ari Lazier 2016-03-21 13:26:33 -07:00
parent 80c532cf3e
commit 1b0ec38339
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ Realm.defaultPath;
* otherwise specified.
* @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
* `"string"`, `"int"`, `"bool"`, and `"date"` properties.
* `"string"`, `"int"`, and `"bool"` properties.
*/
/**