Skip to content

Instantly share code, notes, and snippets.

@johnnyhalife
Created July 25, 2012 22:41
Show Gist options
  • Save johnnyhalife/3179150 to your computer and use it in GitHub Desktop.
Save johnnyhalife/3179150 to your computer and use it in GitHub Desktop.
var types = {};
types["dynamic"] = value;
types["fixed 1"] = 1;
types["fixed 2"] = 5;
return (types[type] || 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment