fx.js 152 Bytes
define(["doh/main", "require"], function(doh, require){
	if(doh.isBrowser){
		doh.register("tests._base.fx", require.toUrl("./fx.html"), 15000);
	}
});