Skip to content

Commit

Permalink
some jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Apr 27, 2018
1 parent 222d627 commit a9e2373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mixins/object_geometry.mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -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() {
Expand Down

0 comments on commit a9e2373

Please sign in to comment.