Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Forked from jots/gist:669415
Created November 9, 2010 17:20
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 jashkenas/669419 to your computer and use it in GitHub Desktop.
Save jashkenas/669419 to your computer and use it in GitHub Desktop.
getstyles ->
result = {}
for key in arguments
result[key] = this.getStyle(key)
return result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment