Made icon size field const

This commit is contained in:
Aaron Dodson
2021-07-23 13:09:48 -07:00
parent 7175e9452b
commit a5c486e571

View File

@@ -53,6 +53,7 @@ Icon.prototype.collapseHidden = true;
/**
* Height and width of icons.
* @const
*/
Icon.prototype.SIZE = 17;