Skip to content

Instantly share code, notes, and snippets.

@phlegx
Created June 1, 2012 12:11
Show Gist options
  • Save phlegx/2851674 to your computer and use it in GitHub Desktop.
Save phlegx/2851674 to your computer and use it in GitHub Desktop.
element.attachEvent is not a function
observe(element=[Document 4], eventName="click", handler=function())protot...6458616 (line 5578)
_methodized()protot...6458616 (line 431)
nested_form.js?1308670573()nested...8670573 (line 1)
[Break On This Error]
element.attachEvent("on" + actualEventName, responder);
protot...6458616 (line 5578)
element.attachEvent is not a function
[Break On This Error]
element.attachEvent("on" + actualEventName, responder);
protot...6458616 (line 5578)
element.dispatchEvent is not a function
fire(element=[Document 4], eventName="dom:loaded", memo=undefined, bubble=true)protot...6458616 (line 5653)
_methodized()protot...6458616 (line 431)
fireContentLoadedEvent()protot...6458616 (line 5739)
[Break On This Error]
element.dispatchEvent(event);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment