Skip to content

Instantly share code, notes, and snippets.

View gargroh's full-sized avatar

Rohit Garg gargroh

  • Hyderabad, India
View GitHub Profile
function _isEvent(prop) {
if (0 !== prop.indexOf('on')) {
return false;
}
return true;
}
function _getEvents(obj) {