Nicolas Cannasse il y a 14 ans
Parent
commit
5cd1089144
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;