Update one more comment to reflect changes since writing it

This commit is contained in:
Kevin MacMartin 2015-07-02 15:15:17 -04:00
parent 7c1a8a5070
commit 7378d74b65

View file

@ -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);
}
}