mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-28 14:58:16 +00:00
some jsdocs
This commit is contained in:
parent
debf1ec069
commit
09a8c751db
1 changed files with 2 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue