Skip to content

Commit

Permalink
Update lib/js-api/src/externals/function.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Enderlin <[email protected]>
  • Loading branch information
syrusakbary and Hywan authored Jul 22, 2021
1 parent 17cf814 commit 290358d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/js-api/src/externals/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ impl Function {
let binded_func = dyn_func.bind1(
&JsValue::UNDEFINED,
&wrapped_func,
// &JsValue::from_f64(wrapped_func as usize as f64),
);
Self {
store: store.clone(),
Expand Down

0 comments on commit 290358d

Please sign in to comment.