Skip to content

Commit be90f8f

Browse files
committed
Merge pull request #25 from abstractcodify/master
fix syntax dollar post :+1:
2 parents ec1cb3c + cd6db71 commit be90f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dollar_snippets/$post.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<snippet>
2-
<content><![CDATA[\$.post('${1:/path/to/file}'${2:, param1: 'value1'}, function(data, textStatus, xhr) {
2+
<content><![CDATA[\$.post('${1:/path/to/file}'${2:, {param1: 'value1'}}, function(data, textStatus, xhr) {
33
${3:/*optional stuff to do after success */}
44
});$0]]></content>
55
<tabTrigger>post</tabTrigger>

0 commit comments

Comments
 (0)