Skip to content

Commit d33d2c2

Browse files
committed
run ember-cli-update --run-codemods
1 parent 8d5acbb commit d33d2c2

File tree

2 files changed

+267
-120
lines changed

2 files changed

+267
-120
lines changed

tests/dummy/app/controllers/application.js

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
import Controller from '@ember/controller';
21
import { computed } from '@ember/object';
2+
import Controller from '@ember/controller';
33

44
export default Controller.extend({
5-
options: computed(function(){
6-
return {
7-
responsive: false
8-
};
9-
}),
5+
options: {
6+
responsive: false
7+
},
108
pieValue1: 300,
119
pieValue2: 50,
1210
pieValue3: 100,

0 commit comments

Comments
 (0)