Nicolas Cannasse 9 anni fa
parent
commit
aaa7188564
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      samples/col/TestCol.hx

+ 1 - 1
samples/col/TestCol.hx

@@ -63,7 +63,7 @@ class TestCol extends hxd.App {
 		var px = s2d.mouseX;
 		var px = s2d.mouseX;
 		var py = s2d.mouseY;
 		var py = s2d.mouseY;
 		#if js
 		#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
 		#end
 
 
 		var r = new h2d.col.RoundRect(rrect.x, rrect.y, RW * 2, RH * 2, rrect.rotation);
 		var r = new h2d.col.RoundRect(rrect.x, rrect.y, RW * 2, RH * 2, rrect.rotation);