This is an ongoing collection of javascript snippets for Sublime text 2.
Insert a console.log();
statement.
Insert a console.log('var :', var);
statement for a particular variable.
Inserts a basic for loop that counts up from 0.
Inserts a very basic Backbone view with initialize and render functions.
Inserts a very basic Backbone model with an initialize function.