Revisions

gist: 161487 Download_button fork
public
Public Clone URL: git://gist.github.com/161487.git
Embed All Files: show embed
JavaScript #
1
2
3
function startup_fullscreen(){
  CmdUtils.getWindow().fullScreen = true;
}