Skip to content

Instantly share code, notes, and snippets.

@mafis
Created April 9, 2011 11:57
Show Gist options
  • Select an option

  • Save mafis/911345 to your computer and use it in GitHub Desktop.

Select an option

Save mafis/911345 to your computer and use it in GitHub Desktop.
//Mit Var nur in der Datei verfügbar
var kCellHeight = 100;
//Ohne Var als Global im ganzen Programm verfügbar
kCellHeight = 50;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment