Skip to content

Commit

Permalink
fix response.clear
Browse files Browse the repository at this point in the history
	from response.clear "${1}"
	to response.clear
  • Loading branch information
marcosisocram committed Feb 25, 2014
1 parent 459d456 commit 78580e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[
response.clear "${1}"
response.clear
]]></content>
<tabTrigger>rc</tabTrigger>
<description>response.clear</description>
Expand Down

0 comments on commit 78580e1

Please sign in to comment.