PageRenderTime 36ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/backbone.collection.sublime-snippet

https://github.com/theshane/sublime-addons
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | bfb59e5638ebfbcb0d4fc6eefcc44177 MD5 | raw file
  1. <snippet>
  2. <content><![CDATA[
  3. Backbone.Collection.extend({${0:properties}});
  4. ]]></content>
  5. <tabTrigger>bc</tabTrigger>
  6. <scope>source.js</scope>
  7. <description>Backbone Collection</description>
  8. </snippet>