remove this shorthand example from playground

This commit is contained in:
Sebastian McKenzie 2015-01-06 22:15:44 +11:00
parent 9342aee6bd
commit 06927288ba

View File

@ -159,15 +159,3 @@ class Foo {
}
}
```
### This shorthand
```js
@foo
```
is equivalent to
```
this.foo
```