Skip to content

Instantly share code, notes, and snippets.

@julianalucena
Created September 18, 2012 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julianalucena/3746321 to your computer and use it in GitHub Desktop.
Save julianalucena/3746321 to your computer and use it in GitHub Desktop.
console.log(Ember.TEMPLATES['application'])
function (context, options) {
options = options || {};
return templateSpec.call(container, Handlebars, context, options.helpers, options.partials, options.data);
}
console.dir(Ember.TEMPLATES);
Object
- application: function (context, options) {
- templates.js: function (context, options) {
- wall: function (context, options) {
- __proto__: Object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment