ui: remove call to super in setupController (#5383)

This commit is contained in:
John Cowen 2019-03-07 10:20:54 +01:00 committed by John Cowen
parent d2de256fa4
commit 6186e0c8d4
20 changed files with 0 additions and 20 deletions

View File

@ -19,7 +19,6 @@ export default Route.extend({
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
});

View File

@ -22,7 +22,6 @@ export default Route.extend(WithAclActions, {
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
deactivate: function() {

View File

@ -16,7 +16,6 @@ export default Route.extend(WithAclActions, {
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
});

View File

@ -36,7 +36,6 @@ export default Route.extend(WithAclActions, {
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
});

View File

@ -31,7 +31,6 @@ export default SingleRoute.extend(WithPolicyActions, {
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
});

View File

@ -23,7 +23,6 @@ export default Route.extend(WithPolicyActions, {
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
});

View File

@ -38,7 +38,6 @@ export default SingleRoute.extend(WithTokenActions, {
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
getEmptyPolicy: function() {

View File

@ -36,7 +36,6 @@ export default Route.extend(WithTokenActions, {
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
});

View File

@ -32,7 +32,6 @@ export default Route.extend(WithIntentionActions, {
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
deactivate: function() {

View File

@ -26,7 +26,6 @@ export default Route.extend(WithAclActions, {
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
});

View File

@ -19,7 +19,6 @@ export default Route.extend(WithIntentionActions, {
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
});

View File

@ -24,7 +24,6 @@ export default Route.extend(WithKvActions, {
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
deactivate: function() {

View File

@ -32,7 +32,6 @@ export default Route.extend(WithKvActions, {
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
});

View File

@ -55,7 +55,6 @@ export default Route.extend(WithKvActions, {
},
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
});

View File

@ -17,7 +17,6 @@ export default Route.extend({
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
});

View File

@ -41,7 +41,6 @@ export default Route.extend(WithBlockingActions, {
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
actions: {

View File

@ -18,7 +18,6 @@ export default Route.extend({
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
});

View File

@ -23,7 +23,6 @@ export default Route.extend({
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
});

View File

@ -26,7 +26,6 @@ export default Route.extend({
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
});

View File

@ -21,7 +21,6 @@ export default Route.extend({
});
},
setupController: function(controller, model) {
this._super(...arguments);
controller.setProperties(model);
},
actions: {