]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add a JSDoc for _dataCheck (#7377)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Tue, 19 May 2020 21:58:16 +0000 (14:58 -0700)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 21:58:16 +0000 (17:58 -0400)
src/core/core.datasetController.js

index 0e78872537dcdc9023aab86339f46ca793485cf1..110a6ca354e4667b78e9ca1aa4dd3a03b982f165 100644 (file)
@@ -339,6 +339,7 @@ export default class DatasetController {
        }
 
        /**
+        * @return {boolean} whether the data was modified
         * @private
         */
        _dataCheck() {