Skip to content

Instantly share code, notes, and snippets.

@couto
Created July 17, 2013 21:36
Show Gist options
  • Save couto/6024756 to your computer and use it in GitHub Desktop.
Save couto/6024756 to your computer and use it in GitHub Desktop.
var Module = klass({
get: function () {},
set: function () {},
trigger: function () {}
});
var DiscographyModule = Module.module(function () {
var private = function () {};
this.trigger('initialized');
});
var discography = DiscographyModule.create();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment