Files
ChocolateyPackages/EthanBrown.SublimeText2.WebPackages/tools/PackageCache/jQuery/hover.sublime-snippet
2013-04-04 08:54:25 -04:00

9 lines
265 B
XML

<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>