Răsfoiți Sursa

[lua] TODO updates

Justin Donaldson 9 ani în urmă
părinte
comite
fd734ed02b
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      std/lua/Boot.hx

+ 0 - 1
std/lua/Boot.hx

@@ -100,7 +100,6 @@ class Boot {
 
 		switch( cl ) {
 			case Int:
-				// TODO: matching js behavior here, but js behavior clamps.  Is that correct?
 				return (Lua.type(o) == "number" &&  clamp(o) == o);
 			case Float:
 				return Lua.type(o) == "number";