From 5cccbe9ba8a939506613330e284db8050321f068 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 6 Jan 2016 20:42:32 -0600 Subject: [PATCH] docs(): because dgeni --- ionic/components/icon/icon.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ionic/components/icon/icon.ts b/ionic/components/icon/icon.ts index ac4d172d62..513738315a 100644 --- a/ionic/components/icon/icon.ts +++ b/ionic/components/icon/icon.ts @@ -60,9 +60,6 @@ export class Icon { } } - /** - * @private - */ get name() { return this._name; } @@ -80,9 +77,6 @@ export class Icon { this.update(); } - /** - * @private - */ get ios() { return this._ios; } @@ -95,9 +89,6 @@ export class Icon { this.update(); } - /** - * @private - */ get md() { return this._md; }