Nicolas Cannasse 14 years ago
parent
commit
5cd1089144
1 changed files with 0 additions and 1 deletions
  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;