Przeglądaj źródła

allowed constructor.

Nicolas Cannasse 19 lat temu
rodzic
commit
f891b59d6f
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      std/Node.hx

+ 2 - 0
std/Node.hx

@@ -43,6 +43,8 @@ extern class Node {
 	var nextSibling : Node;
 	// var ownerDocument : Document; => Not in Flash
 
+	function new() : Void;
+
 	function insertBefore( newChild : Node, refChild : Node ) : Void;
 
 	/* renamed from removeNode in Flash */