mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
make const
This commit is contained in:
parent
2a8a0edd3b
commit
6c8968247a
|
@ -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 };
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue