Skip to content

Instantly share code, notes, and snippets.

@juanpicado
Last active December 16, 2015 11:28
Show Gist options
  • Save juanpicado/5427214 to your computer and use it in GitHub Desktop.
Save juanpicado/5427214 to your computer and use it in GitHub Desktop.
Marionette.js basic controller
var Controller = Marionette.Controller.extend({
initialize : function(options) {
//TODO: initialize code
},
start: function(){
//TODO: code to start
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment