Skip to content

Commit

Permalink
Merge pull request mrmartineau#2 from andi3731/patch-1
Browse files Browse the repository at this point in the history
Update $trim.sublime-snippet
  • Loading branch information
mrmartineau committed Mar 15, 2013
2 parents d031716 + eb9dc6e commit feab22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion $trim.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<snippet>
<content><![CDATA[\\$.trim(${1:'${2:string}'})$0]]></content>
<content><![CDATA[\$.trim(${1:'${2:string}'})$0]]></content>
<tabTrigger>.trim</tabTrigger>
<description>$.trim()</description>
<scope>source.js</scope>
Expand Down

0 comments on commit feab22b

Please sign in to comment.