Created
July 6, 2011 03:43
-
-
Save dealingwith/1066514 to your computer and use it in GitHub Desktop.
"this code is overly clever"
This file contains hidden or 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
// 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