From 06927288ba4c403540dcfbfab16980b0fc7b6e98 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 6 Jan 2015 22:15:44 +1100 Subject: [PATCH] remove this shorthand example from playground --- doc/usage/playground.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/doc/usage/playground.md b/doc/usage/playground.md index 3e7fb582bf..23fdc23b3c 100644 --- a/doc/usage/playground.md +++ b/doc/usage/playground.md @@ -159,15 +159,3 @@ class Foo { } } ``` - -### This shorthand - -```js -@foo -``` - -is equivalent to - -``` -this.foo -```