Fix travis-errors

This commit is contained in:
Piotr Sarnacki 2015-04-24 11:01:23 +02:00
parent 7e250b5f26
commit b22f4d5464

View File

@ -11,6 +11,7 @@ ErrorsView = Ember.View.extend
show: Ember.computed.notEmpty('errors.[]')
fn = (params, hash, options, env) ->
name = params[0]
controller = env.data.view.get('controller')
errors = controller.get('errors').for(name)
view = ErrorsView.create(