Skip to content

Instantly share code, notes, and snippets.

@notomato
Created July 8, 2014 07:54
Show Gist options
  • Save notomato/0258d8e566668493ac40 to your computer and use it in GitHub Desktop.
Save notomato/0258d8e566668493ac40 to your computer and use it in GitHub Desktop.
var ES = ES||{};
ES.conf = ES.conf||{};
ES.conf.property = 'foo';
ES.Views = {
render = function(template, data) {
}
};
ES.Menu = {
open: function() {},
close: function() {},
}
// data
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment