Better type annotation

This commit is contained in:
Marc Jansen
2018-09-03 21:17:49 +02:00
parent 42b8340ea1
commit 99245b47f7
+1 -1
View File
@@ -69,7 +69,7 @@ class RegularShape extends ImageStyle {
/** /**
* @private * @private
* @type {Array<string>} * @type {Array<string|number>}
*/ */
this.checksums_ = null; this.checksums_ = null;