Преглед изворни кода

minor : prevent Std.string to be called in stringRec

Nicolas Cannasse пре 13 година
родитељ
комит
3055b4313b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      std/js/Boot.hx

+ 1 - 1
std/js/Boot.hx

@@ -72,7 +72,7 @@ class Boot {
 	}
 
 	@:feature("has_enum")
-	private static function __string_rec(o,s) {
+	private static function __string_rec(o,s:String) {
 		untyped {
 			if( o == null )
 			    return "null";