We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff6a59 commit ec716b9Copy full SHA for ec716b9
src/javascript/ember/es6/decorators.js
@@ -9,19 +9,19 @@ module.exports = {
9
},
10
"@observer": {
11
"prefix": "@observer",
12
- "body": "@observer('${1:property}')\n${2}() {\n\t${3}\n}"
+ "body": "@observer('${1:property}')"
13
14
"@on": {
15
"prefix": "@on",
16
- "body": "@on('${1:property}')\n${2}() {\n\t${3}\n}"
+ "body": "@on('${1:property}')"
17
18
"@computed": {
19
"prefix": "@computed",
20
- "body": "@computed('${1:property}')\n${2}() {\n\t${3}\n})"
+ "body": "@computed('${1:property}')"
21
22
"@action": {
23
"prefix": "@action",
24
- "body": "@action\n${2}() {\n\t${3}\n}"
+ "body": "@action"
25
26
"@alias()": {
27
"prefix": "@alias",
0 commit comments