Use Array<Foo> instead of Array.<Foo>
This commit is contained in:
@@ -40,7 +40,7 @@ class CanvasImageLayerRenderer extends IntermediateCanvasRenderer {
|
||||
this.imageTransform_ = createTransform();
|
||||
|
||||
/**
|
||||
* @type {!Array.<string>}
|
||||
* @type {!Array<string>}
|
||||
*/
|
||||
this.skippedFeatures_ = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user