From 63d591b359a69e3b51c37d964d6482fb384a2eb2 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Mon, 16 Nov 2015 14:17:46 -0600 Subject: [PATCH] fix(icons): remove private attribute to prevent transpilation error Related: #547 --- ionic/components/icon/icon.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/ionic/components/icon/icon.ts b/ionic/components/icon/icon.ts index dd7d8acc49..8cc778946b 100644 --- a/ionic/components/icon/icon.ts +++ b/ionic/components/icon/icon.ts @@ -60,9 +60,6 @@ export class Icon { this.update(); } - /** - * @private - */ get isActive() { return (this._isActive === undefined || this._isActive === true || this._isActive === 'true'); }