* @static height - Determines the real height of the Monogatari element, pretty * useful when dealing with canvas or other things that require specific measurements. * * @return {number} - Computed Width of the element
()
| 726 | * @return {number} - Computed Width of the element |
| 727 | */ |
| 728 | static height () { |
| 729 | return this.element().height(); |
| 730 | } |
| 731 | |
| 732 | /** |
| 733 | * @static debug - If the Monogatari debug file is present, this function |
no test coverage detected