Skip to content

Commit

Permalink
⚰️ removes class Future
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEEs committed Jun 19, 2021
1 parent 887f98a commit a2a22ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/web_extension.cr
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ module WebExtension
::JSCPrimative.global_context = %context
::JSCFunction.global_context = %context
::JSCContext.global_context = %context
::JSCContext.set_value "Future", register_class(Future)
{{ yield }}
nil
}), nil, nil, LibWebKit::GtkGConnectFlags::All
Expand Down

0 comments on commit a2a22ee

Please sign in to comment.