Skip to content

Instantly share code, notes, and snippets.

@nicoespeon
Last active March 23, 2016 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicoespeon/4e1022799568764476c6 to your computer and use it in GitHub Desktop.
Save nicoespeon/4e1022799568764476c6 to your computer and use it in GitHub Desktop.
Blog - Plop — a micro-generator to ease your daily life - plop-template
/**
* TODO - Describe what your model does.
*
* @class {{pascalCase name}}.Model
* @module {{pascalCase name}}
* @constructor
*/
import {Model} from "backbone";
export default Model.extend( {
initialize() {
// Executed on model initialization
}
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment