mirror of
https://github.com/WilliamsNY/contain-element.git
synced 2024-11-23 14:14:10 -05:00
Tweak the wording in the comments
This commit is contained in:
parent
a908761b2a
commit
5cae38513c
1 changed files with 4 additions and 4 deletions
|
@ -89,16 +89,16 @@ function ContainElement(options) {
|
|||
// External function to set halign
|
||||
this.setHalign = function(newHalign) { halign = newHalign; };
|
||||
|
||||
// External function to get the current elementWidth
|
||||
// External function to return the current elementWidth
|
||||
this.getWidth = function() { return elementWidth; };
|
||||
|
||||
// External function to get the current elementHeight
|
||||
// External function to return the current elementHeight
|
||||
this.getHeight = function() { return elementHeight; };
|
||||
|
||||
// External function to get the current valign
|
||||
// External function to return the current valign
|
||||
this.getValign = function() { return valign; };
|
||||
|
||||
// External function to get the current halign
|
||||
// External function to return the current halign
|
||||
this.getHalign = function() { return halign; };
|
||||
|
||||
// External function to return the current scale factor
|
||||
|
|
Loading…
Reference in a new issue