Skip to content

Instantly share code, notes, and snippets.

@Enome
Created July 23, 2012 19:19
Show Gist options
  • Save Enome/3165594 to your computer and use it in GitHub Desktop.
Save Enome/3165594 to your computer and use it in GitHub Desktop.
var jungles = {
init: function (options) {
jungles.data = options.data;
jungles.files = options.files;
jungles.admins = options.admin;
return app;
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment