Skip to content

Commit

Permalink
Remove support for IE9 which is no longer supported in GWT 2.10.0:
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanphil77 committed Jun 29, 2022
1 parent 374a706 commit 8e5018b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ public final native Event getOriginalEvent() /*-{
public final native void setCurrentElementTarget(Element e) /*-{
this.currentTarget = e;
// ie don't have a currentEventTarget field on event
try{
@com.google.gwt.dom.client.DOMImplTrident::currentEventTarget = e;
}catch(e){}
}-*/;

/**
Expand Down

0 comments on commit 8e5018b

Please sign in to comment.