Skip to content

Instantly share code, notes, and snippets.

@hvgotcodes
Created May 4, 2012 00:57
Show Gist options
  • Save hvgotcodes/2590792 to your computer and use it in GitHub Desktop.
Save hvgotcodes/2590792 to your computer and use it in GitHub Desktop.
hsc.ui.openVerticalScorecard = ->
if not hsc.ui.views['verticalScorecard']
verticalScorecard = new hsc.ui.VerticalScorecard
hsc.ui.views['verticalScorecard'] = verticalScorecard
verticalScorecard.open()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment