From 275655a14894fd35c994aca49640a5fe10a14ade Mon Sep 17 00:00:00 2001 From: baizn <576375879@qq.com> Date: Fri, 21 Aug 2020 11:48:15 +0800 Subject: [PATCH] fix: delete unused var --- src/item/item.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/item/item.ts b/src/item/item.ts index 7a3950fe01b..8ada27d4b0d 100644 --- a/src/item/item.ts +++ b/src/item/item.ts @@ -30,8 +30,6 @@ import { IGroup } from '@antv/g-base/lib/interfaces'; const CACHE_BBOX = 'bboxCache'; const CACHE_CANVAS_BBOX = 'bboxCanvasCache'; -const RESERVED_STYLES = ['fillStyle', 'strokeStyle', 'path', 'points', 'img', 'symbol']; - export default class ItemBase implements IItemBase { public _cfg: IItemBaseConfig & { [key: string]: unknown;