Sha256: 36ea8ca0e79b70e3bb60d706d525bda2d895e3877f53bd5889dd72a4563751b3
Contents?: true
Size: 352 Bytes
Versions: 2
Compression:
Stored size: 352 Bytes
Contents
import jQuery.*; class Foo extends Havior { public static function main(){ Havior.start("misc/foo"); } public override function onLoad(){ // ff@get addCallback("ff@get", function(data){ /// TODO this.getDOM().html("ff@get:" + data.message); }); // sendAsync("ff@get", {} ); } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
havior-0.1.2 | test/dummy/app/haviors/misc/foo/haxe/Foo.hx |
havior-0.1.1 | test/dummy/app/haviors/misc/foo/haxe/Foo.hx |