Skip to content

Instantly share code, notes, and snippets.

@stevenharman
Created February 15, 2010 23:36
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 stevenharman/305098 to your computer and use it in GitHub Desktop.
Save stevenharman/305098 to your computer and use it in GitHub Desktop.
# interpret wtf this is trying to do
if (box.width < screen_width)
box.width = screen_width
# or express the intent straight away
box.width = [box.width, screen_width].max
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment