瀏覽代碼

[lua] TODO updates

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 ) {
 		switch( cl ) {
 			case Int:
 			case Int:
-				// TODO: matching js behavior here, but js behavior clamps.  Is that correct?
 				return (Lua.type(o) == "number" &&  clamp(o) == o);
 				return (Lua.type(o) == "number" &&  clamp(o) == o);
 			case Float:
 			case Float:
 				return Lua.type(o) == "number";
 				return Lua.type(o) == "number";