Fixed typo.
This commit is contained in:
parent
10c47b6898
commit
5b24e7beaf
2 changed files with 2 additions and 2 deletions
|
@ -339,7 +339,7 @@ class App.Controller extends Spine.Controller
|
|||
stopPropagation: (e) ->
|
||||
e.stopPropagation()
|
||||
|
||||
preventDefaultAndstopPropagation: (e) ->
|
||||
preventDefaultAndStopPropagation: (e) ->
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ class App.TicketZoomAttributeBar extends App.Controller
|
|||
|
||||
events:
|
||||
'mousedown .js-openDropdownMacro': 'toggleMacroMenu'
|
||||
'click .js-openDropdownMacro': 'preventDefaultAndstopPropagation'
|
||||
'click .js-openDropdownMacro': 'preventDefaultAndStopPropagation'
|
||||
'mouseup .js-dropdownActionMacro': 'performTicketMacro'
|
||||
'mouseenter .js-dropdownActionMacro': 'onActionMacroMouseEnter'
|
||||
'mouseleave .js-dropdownActionMacro': 'onActionMacroMouseLeave'
|
||||
|
|
Loading…
Reference in a new issue