Linting
This commit is contained in:
parent
3efc449e94
commit
2d21a158fe
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Route.extend({
|
||||
setupController: function(controller, model) {
|
||||
setupController: function(controller) {
|
||||
controller.set('errorMessage', null);
|
||||
}
|
||||
});
|
||||
|
|
Reference in a new issue