Update comments to reflect changes made since writing them

This commit is contained in:
Kevin MacMartin 2015-07-02 15:14:23 -04:00
parent b4ca0e07f6
commit 7c1a8a5070

View file

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