Skip to content
Snippets Groups Projects
Unverified Commit 23496203 authored by Leo Balter's avatar Leo Balter
Browse files

remove unused template item for arguments

parent 8d55711b
Branches
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ info: | ...@@ -15,7 +15,7 @@ info: |
var callCount = 0; var callCount = 0;
var obj = { var obj = {
*method(/*{ params }*/) { *method() {
/*{ body }*/ /*{ body }*/
callCount = callCount + 1; callCount = callCount + 1;
} }
......
...@@ -15,7 +15,7 @@ info: | ...@@ -15,7 +15,7 @@ info: |
var callCount = 0; var callCount = 0;
var obj = { var obj = {
method(/*{ params }*/) { method() {
/*{ body }*/ /*{ body }*/
callCount = callCount + 1; callCount = callCount + 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment