Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit ce8d190

Browse files
committed
README: event objects are wrapped now
Fixes Polymer/old-docs-site#149
1 parent 24aa1a3 commit ce8d190

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,4 @@ To support this kind of behavior the event dispatching in the browser has to be
109109
* `Object.prototype.toString` does not return the same string as for native objects.
110110
* No live `NodeList`s. All node lists are snapshotted upon read.
111111
* `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.
112-
* `onclick` and other `on-*` event handlers do not wrap the event object as needed.
113112
* Cross window/frame access is not implemented.

0 commit comments

Comments
 (0)