feat(SublimeText2.WebPackages): cache packages
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<snippet>
|
||||
<content><![CDATA[.toggle(function() {
|
||||
${1:// Stuff to do every *odd* time the element is clicked;}
|
||||
}, function() {
|
||||
${2:// Stuff to do every *even* time the element is clicked;}
|
||||
});
|
||||
$0]]></content>
|
||||
<tabTrigger>.toggle</tabTrigger>
|
||||
<description>.toggle</description>
|
||||
<scope>source.js</scope>
|
||||
</snippet>
|
Reference in New Issue
Block a user