docs(): because dgeni

This commit is contained in:
Adam Bradley
2016-01-06 20:42:32 -06:00
parent c2f67d12a3
commit 5cccbe9ba8

View File

@@ -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;
}