make const

This commit is contained in:
Mutasem 2021-11-15 14:49:49 +01:00
parent 2a8a0edd3b
commit 6c8968247a

View file

@ -49,7 +49,7 @@
Class: UIComponent
Superclass for Connector and AbstractEndpoint.
*/
var AbstractComponent = function () {
const AbstractComponent = function () {
this.resetBounds = function () {
this.bounds = { minX: Infinity, minY: Infinity, maxX: -Infinity, maxY: -Infinity };
};