From a9e2373fc7e77cdd022650f6f366d54f084a8d57 Mon Sep 17 00:00:00 2001 From: Andrea Bogazzi Date: Sat, 28 Apr 2018 00:50:07 +0200 Subject: [PATCH] some jsdocs --- src/mixins/object_geometry.mixin.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mixins/object_geometry.mixin.js b/src/mixins/object_geometry.mixin.js index 7c178f2e53f..9e15f00d834 100644 --- a/src/mixins/object_geometry.mixin.js +++ b/src/mixins/object_geometry.mixin.js @@ -277,6 +277,7 @@ /** * Returns width of an object bounding box counting transformations + * before 2.0 it was named getWidth(); * @return {Number} width value */ getScaledWidth: function() { @@ -285,6 +286,7 @@ /** * Returns height of an object bounding box counting transformations + * before 2.0 it was named getHeight(); * @return {Number} height value */ getScaledHeight: function() {