|
@@ -144,11 +144,12 @@ class Reflect {
|
|
|
|
|
|
public static function deleteField( o : Dynamic, f : String ) {
|
|
public static function deleteField( o : Dynamic, f : String ) {
|
|
#if flash
|
|
#if flash
|
|
- untyped __delete__(o,f);
|
|
|
|
|
|
+ untyped __delete__(o,f)
|
|
#else neko
|
|
#else neko
|
|
untyped __dollar__objremove(o,f.__s)
|
|
untyped __dollar__objremove(o,f.__s)
|
|
#else error
|
|
#else error
|
|
#end
|
|
#end
|
|
|
|
+ ;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|