We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cad08b commit 4357648Copy full SHA for 4357648
docs/javascript/ember/es6/decorators.md
@@ -70,9 +70,6 @@
70
**Generated code**:
71
```js
72
@observer('property')
73
-() {
74
-
75
-}
76
```
77
### `@on`
78
**Prefix:** `@on`
@@ -84,9 +81,6 @@
84
81
85
82
86
83
@on('property')
87
88
89
90
91
### `@computed`
92
**Prefix:** `@computed`
@@ -98,9 +92,6 @@
98
99
93
100
94
@computed('property')
101
102
103
-})
104
95
105
96
### `@action`
106
97
**Prefix:** `@action`
@@ -112,9 +103,6 @@
112
113
114
@action
115
116
117
118
119
107
### `@alias()`
120
108
**Prefix:** `@alias`
0 commit comments