Better type annotation

This commit is contained in:
Marc Jansen
2018-09-03 21:17:49 +02:00
parent 42b8340ea1
commit 99245b47f7

View File

@@ -69,7 +69,7 @@ class RegularShape extends ImageStyle {
/**
* @private
* @type {Array<string>}
* @type {Array<string|number>}
*/
this.checksums_ = null;