remove this shorthand example from playground
This commit is contained in:
@@ -159,15 +159,3 @@ class Foo {
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### This shorthand
|
||||
|
||||
```js
|
||||
@foo
|
||||
```
|
||||
|
||||
is equivalent to
|
||||
|
||||
```
|
||||
this.foo
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user