Skip to content

Instantly share code, notes, and snippets.

@beckettkev
Created May 13, 2015 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beckettkev/db82109853c1c4d637e5 to your computer and use it in GitHub Desktop.
Save beckettkev/db82109853c1c4d637e5 to your computer and use it in GitHub Desktop.
//config array of variables for our script
var _config = {
height: 310,
width: 310,
colour: '#00ff00'
};
//now you can get at your variables from the _config object like…
_config.height = 500;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment