Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1334d2

Browse files
committed
remove hint from function body
1 parent 3cc04ec commit f1334d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/javascript/javascript.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ snippet fori
112112
# Object Method
113113
snippet :f
114114
${1:method_name}: function (${2:attribute}) {
115-
${3:}
115+
${3}
116116
}${4:,}
117117
# hasOwnProperty
118118
snippet has

0 commit comments

Comments
 (0)