From 12a09470ced80126f63a2e756315717fa002b9eb Mon Sep 17 00:00:00 2001 From: Andrea Bogazzi Date: Sat, 4 Aug 2018 11:16:02 +0200 Subject: [PATCH] updated jsdoc --- src/shapes/object.class.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/shapes/object.class.js b/src/shapes/object.class.js index 8550b09b..d6cdceee 100644 --- a/src/shapes/object.class.js +++ b/src/shapes/object.class.js @@ -591,6 +591,9 @@ /** * List of properties to consider when checking if cache needs refresh + * Those properties are checked by statefullCache ON ( or lazy mode if we want ) or from single + * calls to Object.set(key, value). If the key is in this list, the object is marked as dirty + * and refreshed at the next render * @type Array */ cacheProperties: (