feat(SublimeText2.WebPackages): cache packages
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<snippet>
|
||||
<content><![CDATA[.hover(function() {
|
||||
${1:// Stuff to do when the mouse enters the element;}
|
||||
}, function() {
|
||||
${2:// Stuff to do when the mouse leaves the element;}
|
||||
});$0]]></content>
|
||||
<tabTrigger>.hover</tabTrigger>
|
||||
<scope>source.js</scope>
|
||||
</snippet>
|
Reference in New Issue
Block a user