mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-24 21:23:44 +00:00
updated jsdoc
This commit is contained in:
parent
acb0b14010
commit
12a09470ce
1 changed files with 3 additions and 0 deletions
|
|
@ -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: (
|
||||
|
|
|
|||
Loading…
Reference in a new issue