From 7c1a8a5070f392fa6b3114b44c61ef861a8bbf1a Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 2 Jul 2015 15:14:23 -0400 Subject: [PATCH] Update comments to reflect changes made since writing them --- contain-element.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contain-element.js b/contain-element.js index b303fd1..aaa6174 100644 --- a/contain-element.js +++ b/contain-element.js @@ -69,10 +69,10 @@ function ContainElement(options) { } } - // Run the scale function and bind it to various window-size-changing events + // Run the function to scale and anchor the element updateContain(); - // Add scale function to the library + // Add an external scale and anchor update function this.update = updateContain; }