From 5cae38513cff8d7afb543f32efca3f0c586cc939 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 8 Sep 2015 00:24:22 -0400 Subject: [PATCH] Tweak the wording in the comments --- contain-element.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contain-element.js b/contain-element.js index 7713b0b..5f5d804 100644 --- a/contain-element.js +++ b/contain-element.js @@ -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