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