add type and direction to go-to-line overlay

This commit is contained in:
Justin Palmer
2013-02-02 13:51:20 -08:00
parent f46b4779b5
commit 867f577a52

View File

@@ -9,7 +9,7 @@ class GoToLineView extends View
@activate: (rootView) -> new GoToLineView(rootView)
@content: ->
@div class: 'go-to-line', =>
@div class: 'go-to-line overlay from-top mini', =>
@subview 'miniEditor', new Editor(mini: true)
@div class: 'message', outlet: 'message'