• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<script>
2function listener(e) {
3  parent.frameState = {
4    event: e,
5    windowEvent: window.event,
6    parentEvent: parent.event
7  }
8}
9</script>
10