Andrey Korzhevskiy has uploaded a new change for review.
https://gwt-review.googlesource.com/3330
Change subject: elemental.dom.Node.addEventListener throws Uncaught
ReferenceError
......................................................................
elemental.dom.Node.addEventListener throws Uncaught ReferenceError
Fixes issue 7518
Change-Id: I1aef7a553866431a2d153a4696e8bb5a82cd2022
---
M elemental/idl/templates/jso_impl_ElementalMixinBase.darttemplate
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/elemental/idl/templates/jso_impl_ElementalMixinBase.darttemplate
b/elemental/idl/templates/jso_impl_ElementalMixinBase.darttemplate
index b3e199a..73851fe 100644
--- a/elemental/idl/templates/jso_impl_ElementalMixinBase.darttemplate
+++ b/elemental/idl/templates/jso_impl_ElementalMixinBase.darttemplate
@@ -154,7 +154,7 @@
var handler =
@elemental.js.dom.JsElementalMixinBase::getHandlerFor(Lelemental/events/EventListener;)(listener);
this.addEventListener(type, handler);
return
@elemental.js.dom.JsElementalMixinBase.Remover::create(Lelemental/events/EventTarget;Ljava/lang/String;Lcom/google/gwt/core/client/JavaScriptObject;Z)
- (this, type, handler, useCapture);
+ (this, type, handler, false);
}-*/;
@Deprecated
--
To view, visit https://gwt-review.googlesource.com/3330
To unsubscribe, visit https://gwt-review.googlesource.com/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1aef7a553866431a2d153a4696e8bb5a82cd2022
Gerrit-PatchSet: 1
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Andrey Korzhevskiy <[email protected]>
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
---
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.