Skip to content

Commit 8e8a02b

Browse files
committed
js.rs - remove todo
1 parent 7a688d6 commit 8e8a02b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/js.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ extern {
359359
/// the start index and a number of characters after it.
360360
///
361361
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr
362-
/// TODO: Add `NaN` and `undefined` support
363362
#[wasm_bindgen(method, js_class = "String")]
364363
pub fn substr(this: &JsString, start: i32, length: i32) -> JsString;
365364
}

0 commit comments

Comments
 (0)