Skip to content

Instantly share code, notes, and snippets.

@dmitriybevz2
Last active March 28, 2017 12:33
Show Gist options
  • Save dmitriybevz2/e17aab9cfe329c708c2f5da27285e1b7 to your computer and use it in GitHub Desktop.
Save dmitriybevz2/e17aab9cfe329c708c2f5da27285e1b7 to your computer and use it in GitHub Desktop.
Кроссюраузерное решение для получения объекта события
element.onclick = function(event) {
event = event || window.event;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment