8 lines
133 B
CoffeeScript
8 lines
133 B
CoffeeScript
Travis.FlashController = Ember.ArrayController.extend
|
|
init: ->
|
|
@_super.apply this, arguments
|
|
@set('content', Ember.A())
|
|
|
|
|
|
|