Forráskód Böngészése

allowed constructor.

Nicolas Cannasse 19 éve
szülő
commit
f891b59d6f
1 módosított fájl, 2 hozzáadás és 0 törlés
  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 */