Skip to content

Instantly share code, notes, and snippets.

@cnocon
Created August 24, 2013 09:58
Show Gist options
  • Save cnocon/6327225 to your computer and use it in GitHub Desktop.
Save cnocon/6327225 to your computer and use it in GitHub Desktop.
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