Skip to content

Commit 4357648

Browse files
committed
Update docs
1 parent 8cad08b commit 4357648

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/javascript/ember/es6/decorators.md

-12
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
**Generated code**:
7171
```js
7272
@observer('property')
73-
() {
74-
75-
}
7673
```
7774
### `@on`
7875
**Prefix:** `@on`
@@ -84,9 +81,6 @@
8481
**Generated code**:
8582
```js
8683
@on('property')
87-
() {
88-
89-
}
9084
```
9185
### `@computed`
9286
**Prefix:** `@computed`
@@ -98,9 +92,6 @@
9892
**Generated code**:
9993
```js
10094
@computed('property')
101-
() {
102-
103-
})
10495
```
10596
### `@action`
10697
**Prefix:** `@action`
@@ -112,9 +103,6 @@
112103
**Generated code**:
113104
```js
114105
@action
115-
() {
116-
117-
}
118106
```
119107
### `@alias()`
120108
**Prefix:** `@alias`

0 commit comments

Comments
 (0)