Add a JSDoc for _dataCheck (#7377)

This commit is contained in:
Ben McCann
2020-05-19 14:58:16 -07:00
committed by GitHub
parent e63db8689b
commit ab1b0ca2b9

View File

@@ -339,6 +339,7 @@ export default class DatasetController {
}
/**
* @return {boolean} whether the data was modified
* @private
*/
_dataCheck() {