6 lines
102 B
CoffeeScript
6 lines
102 B
CoffeeScript
View = Ember.TextArea.extend
|
|
click: ->
|
|
@get('element').select()
|
|
|
|
Travis.StatusImageInput = View
|