From c9d2a0d33bc943561e2a1f2e7106e002166a6cf4 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Mon, 26 Mar 2018 23:11:14 +0200 Subject: [PATCH] fix(toolbar): unused private --- core/src/components/toolbar/toolbar.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/components/toolbar/toolbar.tsx b/core/src/components/toolbar/toolbar.tsx index 960ffa586f..d793a7bf37 100644 --- a/core/src/components/toolbar/toolbar.tsx +++ b/core/src/components/toolbar/toolbar.tsx @@ -1,4 +1,4 @@ -import { Component, Element, Prop } from '@stencil/core'; +import { Component, Prop } from '@stencil/core'; import { createThemedClasses } from '../../utils/theme'; import { Config } from '../../index'; @@ -14,7 +14,6 @@ import { Config } from '../../index'; } }) export class Toolbar { - @Element() private el: HTMLElement; @Prop({ context: 'config' }) config: Config;