Browse Source

[lua] TODO updates

Justin Donaldson 9 years ago
parent
commit
fd734ed02b
1 changed files with 0 additions and 1 deletions
  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";