Nicolas Cannasse 19 years ago
parent
commit
13fac0b90b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/haxe/xml/Fast.hx

+ 1 - 1
std/haxe/xml/Fast.hx

@@ -73,7 +73,7 @@ class Fast {
 		att = new AttribAccess(x);
 	}
 
-	public function node() {
+	public function get() {
 		return __x;
 	}