mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(icons): remove private attribute to prevent transpilation error
Related: #547
This commit is contained in:
@ -60,9 +60,6 @@ export class Icon {
|
|||||||
this.update();
|
this.update();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @private
|
|
||||||
*/
|
|
||||||
get isActive() {
|
get isActive() {
|
||||||
return (this._isActive === undefined || this._isActive === true || this._isActive === 'true');
|
return (this._isActive === undefined || this._isActive === true || this._isActive === 'true');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user