Skip to content

Instantly share code, notes, and snippets.

package;
import js.Browser;
import mithril.M;
class App implements Component {
public static function main () {
M.mount(Browser.document.body, new App());
}
public function new () { trace("TestApp.constructor"); }