Nicolas Cannasse 13 년 전
부모
커밋
6f3f70d207
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      std/haxe/web/Dispatch.hx

+ 1 - 1
std/haxe/web/Dispatch.hx

@@ -359,7 +359,7 @@ class Dispatch {
 					}
 					if( i.superClass == null )
 						break;
-					i = i.superClass.get();
+					i = i.superClass.t.get();
 				}
 				if( Reflect.fields(fields).length == 0 )
 					Context.error("No dispatch method found", p);