mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(): because dgeni
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user