4 lines
86 B
CoffeeScript
4 lines
86 B
CoffeeScript
Travis.StatusImageInput = Em.TextArea.extend
|
|
click: ->
|
|
@get('element').select()
|