2
0
Nicolas Cannasse 20 жил өмнө
parent
commit
b2c3046dc6
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      std/Std.hx

+ 4 - 0
std/Std.hx

@@ -8,6 +8,8 @@ class Std {
 		return untyped
 		#flash
 		Boot.__instanceof(obj,vclass);
+		#else neko
+		null;
 		#else error
 		#end
 	}
@@ -16,6 +18,8 @@ class Std {
 		return untyped
 		#flash
 		Boot.__string_rec(s,"");
+		#else neko
+		__dollar__string(s);
 		#else error
 		#end
 	}