diff options
-rw-r--r-- | src/js/fromjs.nim | 2 | ||||
-rw-r--r-- | todo | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/js/fromjs.nim b/src/js/fromjs.nim index 80fdc1cd..eb03af40 100644 --- a/src/js/fromjs.nim +++ b/src/js/fromjs.nim @@ -59,8 +59,6 @@ func fromJSString2(ctx: JSContext, val: JSValue): JSResult[JSString] = func fromJSInt[T: SomeInteger](ctx: JSContext, val: JSValue): JSResult[T] = - if not JS_IsNumber(val): - return err() when T is int: # Always int32, so we don't risk 32-bit only breakage. # If int64 is needed, specify it explicitly. diff --git a/todo b/todo index 98c56ea8..54fd58d0 100644 --- a/todo +++ b/todo @@ -59,7 +59,6 @@ javascript: * more concretely: get jQuery to work. this needs innerHTML, CSS properties in DOM, ... - implement ReadableStream, XHR -- new Intl.NumberFormat().format(null) - separate console for each buffer - buffer selection layout engine: |