var GUI = GUI || {}; /** * start the application by closing this start button * @param {function} callback */ GUI.StartButton = function(callback){ this.element = $("
", {"id" : "StartButton"}) .appendTo("body"); this.button = $("