Skip to content

Instantly share code, notes, and snippets.

@Sephi-Chan
Created December 29, 2011 12:40
Show Gist options
  • Save Sephi-Chan/1533900 to your computer and use it in GitHub Desktop.
Save Sephi-Chan/1533900 to your computer and use it in GitHub Desktop.
jQuery ->
window.game = new Game
players: window.players
territories: window.territories
mapView = new MapView(model: game)
$("#application").append(mapView.render().el)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment