Applied coffeelint.
This commit is contained in:
parent
e6f6d38ca6
commit
f1417b5592
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class App.WidgetTag extends App.Controller
|
|||
e.preventDefault()
|
||||
@newTagLabel.addClass('hide')
|
||||
@newTagInput.removeClass('hide').focus()
|
||||
@newTagInput.trigger(jQuery.Event("keydown"))
|
||||
@newTagInput.trigger(jQuery.Event('keydown'))
|
||||
@editMode = true
|
||||
|
||||
hideAndAddInput: =>
|
||||
|
|
Loading…
Reference in a new issue