Skip to content

Instantly share code, notes, and snippets.

@nicoespeon
Last active March 23, 2016 23:47
Show Gist options
  • Select an option

  • Save nicoespeon/d44e6937cf570c9048c6 to your computer and use it in GitHub Desktop.

Select an option

Save nicoespeon/d44e6937cf570c9048c6 to your computer and use it in GitHub Desktop.
Blog - Plop — a micro-generator to ease your daily life - calendars.model result
/**
* TODO - Describe what your model does.
*
* @class Calendars.Model
* @module Calendars
* @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