Skip to content

Commit

Permalink
fix: delete unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
baizn authored and Yanyan-Wang committed Aug 21, 2020
1 parent da48078 commit 275655a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/item/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 275655a

Please sign in to comment.