Nicolas Cannasse 14 年之前
父节点
当前提交
5cd1089144
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      std/Reflect.hx

+ 0 - 1
std/Reflect.hx

@@ -67,7 +67,6 @@ extern class Reflect {
 
 	/**
 		Compare two methods closures. Returns true if it's the same method of the same instance.
-		Does not work on Neko platform.
 	**/
 	public static function compareMethods( f1 : Dynamic, f2 : Dynamic ) : Bool;