瀏覽代碼

bugfix in Node.nodes

Nicolas Cannasse 19 年之前
父節點
當前提交
466d880fd3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/flash/Boot.hx

+ 1 - 1
std/flash/Boot.hx

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