Skip to content

Instantly share code, notes, and snippets.

@dealingwith
Created July 6, 2011 03:43
Show Gist options
  • Save dealingwith/1066514 to your computer and use it in GitHub Desktop.
Save dealingwith/1066514 to your computer and use it in GitHub Desktop.
"this code is overly clever"
// some shows have multiple times seperated by commas
// if there is no comma, split just returns an array with the single value in it
// this code is overly clever
todays_showtimes = todays_showtimes[0].split(",");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment