Created
August 24, 2013 09:58
-
-
Save cnocon/6327225 to your computer and use it in GitHub Desktop.
for blog post http://cristinoconnor.com/2013/08/24/relying-on-function-hoisting-in-javascript-broke-our-rotator-in-internet-explorer-89
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gallery = new function() {...} //instead of using this, a function expression | |
function Gallery() {...} //...use this, a function declaration | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment