|
@@ -63,7 +63,7 @@ class TestCol extends hxd.App {
|
|
|
var px = s2d.mouseX;
|
|
|
var py = s2d.mouseY;
|
|
|
#if js
|
|
|
- new js.JQuery("#log").html(px+","+py+","+s2d.width+","+s2d.height);
|
|
|
+ new js.jquery.JQuery("#log").html(px+","+py+","+s2d.width+","+s2d.height);
|
|
|
#end
|
|
|
|
|
|
var r = new h2d.col.RoundRect(rrect.x, rrect.y, RW * 2, RH * 2, rrect.rotation);
|