travis-web/assets/scripts/app/controllers/flash.coffee
2012-10-08 16:27:55 +02:00

8 lines
133 B
CoffeeScript

Travis.FlashController = Ember.ArrayController.extend
init: ->
@_super.apply this, arguments
@set('content', Ember.A())