From ce8d190f03ce3e357099cac6d284d41b6e574f9e Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Tue, 17 Sep 2013 07:23:27 -0700 Subject: [PATCH] README: event objects are wrapped now Fixes https://github.com/Polymer/docs/issues/149 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3d19a57..89da3e4 100644 --- a/README.md +++ b/README.md @@ -109,5 +109,4 @@ To support this kind of behavior the event dispatching in the browser has to be * `Object.prototype.toString` does not return the same string as for native objects. * No live `NodeList`s. All node lists are snapshotted upon read. * `document`, `window`, `document.body`, `document.head` and others are non configurable and cannot be overridden. We are trying to make these work as seamlessly as possible but there will doubtlessly be cases where there will be problems; for those cases you can use `wrap` and `unwrap` to get unblocked. -* `onclick` and other `on-*` event handlers do not wrap the event object as needed. * Cross window/frame access is not implemented.