فهرست منبع

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() {
 				return untyped {
 					p : 0,
-					a : childNodes,
+					a : this.childNodes,
 					next : function() {
 						while( true ) {
 							var x = this.a[this.p];