Justin Donaldson преди 9 години
родител
ревизия
fd734ed02b
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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";