Merge pull request #8579 from marcjansen/tsc-ts2367

Better type annotation
This commit is contained in:
Marc Jansen
2018-09-04 18:41:56 +02:00
committed by GitHub

View File

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