Skip to content

Instantly share code, notes, and snippets.

@jacoblyles
Created April 4, 2011 00:53
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 jacoblyles/900987 to your computer and use it in GitHub Desktop.
Save jacoblyles/900987 to your computer and use it in GitHub Desktop.
var screens = {
iPhone: {
map: {width: 480, height: 300},
toolbar: {width: 480, height: 20, bottom: 0}
},
NexusOne: {
map: {width: 800, height: 380},
toolbar: {width: 800, height: 20, bottom: 0}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment