Skip to content

Instantly share code, notes, and snippets.

@andreychev
Last active December 23, 2015 17:39
Show Gist options
  • Save andreychev/6669967 to your computer and use it in GitHub Desktop.
Save andreychev/6669967 to your computer and use it in GitHub Desktop.
default_format
events: {
'click .b-header-notification_button': 'setLayout',
'hover .b-right_menu-item': 'showPopup',
'mouseleave .b-right_menu-item': 'hidePopup',
'click .b-right_menu-link': 'setOpened',
'click .b-right_menu-link': 'selectEl'
},
events: {
'click .b-header-notification_button': 'setLayout',
'hover .b-right_menu-item': 'showPopup',
'mouseleave .b-right_menu-item': 'hidePopup',
'click .b-right_menu-link': 'setOpened',
'click .b-right_menu-link': 'selectEl'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment