feat(SublimeText2.WebPackages): cache packages
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<snippet>
|
||||
<content><![CDATA[\$(function() {
|
||||
${0:// Stuff to do as soon as the DOM is ready;}
|
||||
});]]></content>
|
||||
<tabTrigger>ready</tabTrigger>
|
||||
<description>document.ready - $(function()</description>
|
||||
<scope>source.js</scope>
|
||||
</snippet>
|
Reference in New Issue
Block a user