From 7378d74b658a526378fbea0329f04374491ec9cb Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 2 Jul 2015 15:15:17 -0400 Subject: [PATCH] Update one more comment to reflect changes since writing it --- contain-element.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contain-element.js b/contain-element.js index aaa6174..304f63f 100644 --- a/contain-element.js +++ b/contain-element.js @@ -64,7 +64,7 @@ function ContainElement(options) { element.style.top = 0 + 'px'; } } else { - // Try again in 30ms if the document didn't load enough to determine its width and height yet + // Try again in 30ms if the document didn't load enough to determine the parent element's width and height yet window.setTimeout(updateContain, 30); } }