diff --git a/docs/data/dataset.html b/docs/data/dataset.html index af0f2b4d..4c8a958c 100644 --- a/docs/data/dataset.html +++ b/docs/data/dataset.html @@ -312,7 +312,7 @@ var data = new vis.DataSet([data] [, options]) Object | Array Get a single item, multiple items, or all items from the DataSet. - Usage examples can be found in section Getting Data, and the available options are described in section Data Selection. When no item is found, null is returned when a single item was requested, and and empty Array is returned in case of multiple id's. + Usage examples can be found in section Getting Data. The available options are described in section Data Selection. When a single id is requested and not found null is returned. When multiple ids are requested and not found an Array containing nulls is returned.