Browse Source

bugfix in Node.nodes

Nicolas Cannasse 19 năm trước cách đây
mục cha
commit
466d880fd3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      std/flash/Boot.hx

+ 1 - 1
std/flash/Boot.hx

@@ -173,7 +173,7 @@ class Boot {
 			Node.prototype.nodes = function() {
 				return untyped {
 					p : 0,
-					a : childNodes,
+					a : this.childNodes,
 					next : function() {
 						while( true ) {
 							var x = this.a[this.p];